[PD-cvs] externals/iem16/src iem16_table.h,1.4,1.5

Georg Holzmann grholzi at users.sourceforge.net
Thu Jan 18 20:04:50 CET 2007


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

Modified Files:
	iem16_table.h 
Log Message:
fix for osx


Index: iem16_table.h
===================================================================
RCS file: /cvsroot/pure-data/externals/iem16/src/iem16_table.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** iem16_table.h	17 Jan 2007 14:44:30 -0000	1.4
--- iem16_table.h	18 Jan 2007 19:04:47 -0000	1.5
***************
*** 15,19 ****
  /* a 16bit table */
  
! t_class *table16_class;
  typedef struct _table16 {
    t_object x_obj;
--- 15,19 ----
  /* a 16bit table */
  
! static t_class *table16_class;
  typedef struct _table16 {
    t_object x_obj;





More information about the Pd-cvs mailing list