Update of /cvsroot/jake2/jake2/src/jake2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3773/src/jake2
Modified Files:
Defines.java
Log Message:
support for long maplists
Index: Defines.java
===================================================================
RCS file: /cvsroot/jake2/jake2/src/jake2/Defines.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Defines.java 4 Oct 2004 12:50:38 -0000 1.6
--- Defines.java 16 Dec 2005 21:13:42 -0000 1.7
***************
*** 65,69 ****
public final static int MAX_STRING_CHARS = 1024; // max length of a string passed to Cmd_TokenizeString
public final static int MAX_STRING_TOKENS = 80; // max tokens resulting from Cmd_TokenizeString
! public final static int MAX_TOKEN_CHARS = 128; // max length of an individual token
public final static int MAX_QPATH = 64; // max length of a quake game pathname
--- 65,69 ----
public final static int MAX_STRING_CHARS = 1024; // max length of a string passed to Cmd_TokenizeString
public final static int MAX_STRING_TOKENS = 80; // max tokens resulting from Cmd_TokenizeString
! public final static int MAX_TOKEN_CHARS = 1024; // max length of an individual token
public final static int MAX_QPATH = 64; // max length of a quake game pathname
|