Update of /cvsroot/audacity/lib-src/libnyquist/xlisp
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv16129

Modified Files:
        xlisp.h 
Log Message:
Increase STRMAX to 1024 to support longer filenames.

Index: xlisp.h
===================================================================
RCS file: /cvsroot/audacity/lib-src/libnyquist/xlisp/xlisp.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xlisp.h     2 Apr 2004 19:10:05 -0000       1.4
+++ xlisp.h     30 May 2007 05:22:42 -0000      1.5
@@ -225,7 +225,7 @@
 #include "xldmem.h"
 
 /* program limits */
-#define STRMAX         100             /* maximum length of a string constant 
*/
+#define STRMAX         1024            /* maximum length of a string constant 
*/
 #define HSIZE          1499            /* symbol hash table size */
 #define SAMPLE         1000            /* control character sample rate */
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to