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;