Update of /cvsroot/pure-data/externals/k_cext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24764
Modified Files: k_cext.h Log Message: small cleanup
Index: k_cext.h =================================================================== RCS file: /cvsroot/pure-data/externals/k_cext/k_cext.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** k_cext.h 29 Jun 2004 20:49:31 -0000 1.3 --- k_cext.h 30 Jun 2004 10:46:14 -0000 1.4 *************** *** 24,28 **** #include <math.h> #include <stdbool.h> - #include <ctype.h> #ifdef _MSC_VER typedef int bool; --- 24,27 ----