[PD-cvs] externals/iem/iemmatrix/src mtx_prod.c,1.2,1.3

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Thu Oct 13 13:55:59 CEST 2005


Update of /cvsroot/pure-data/externals/iem/iemmatrix/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25896

Modified Files:
	mtx_prod.c 
Log Message:
fixed bug that prevented this object from loading on some systems.


Index: mtx_prod.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_prod.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mtx_prod.c	10 May 2005 12:16:49 -0000	1.2
--- mtx_prod.c	13 Oct 2005 11:55:56 -0000	1.3
***************
*** 69,72 ****
  }
  void iemtx_prod_setup(void){
!   void mtx_prod_setup(void);
  }
--- 69,72 ----
  }
  void iemtx_prod_setup(void){
!   mtx_prod_setup();
  }





More information about the Pd-cvs mailing list