Update of /cvsroot/pure-data/externals/iem16/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1575
Modified Files: iem16_table.h Log Message: fixed multiple inclusion of that header file
Index: iem16_table.h =================================================================== RCS file: /cvsroot/pure-data/externals/iem16/src/iem16_table.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** iem16_table.h 16 Jan 2007 15:47:44 -0000 1.3 --- iem16_table.h 17 Jan 2007 14:44:30 -0000 1.4 *************** *** 5,8 **** --- 5,11 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
+ #ifndef INCLUDE_IEM16_TABLE_H__ + #define INCLUDE_IEM16_TABLE_H__ + /* sampling */
*************** *** 97,98 **** --- 100,103 ---- int32 tf_i[2]; }; + + #endif