Update of /cvsroot/agd/server/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1747
Modified Files:
compile_options.h
Log Message:
Fixed a typo.
Index: compile_options.h
===================================================================
RCS file: /cvsroot/agd/server/src/compile_options.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** compile_options.h 12 Mar 2004 08:40:10 -0000 1.7
--- compile_options.h 15 Mar 2004 18:43:30 -0000 1.8
***************
*** 27,31 ****
This determines how many local variables, function
arguments and return values we can have at one time.
! Increase this if you get lot of value stack overflow errors. */
#define VALUE_STACK_SIZE 1000
--- 27,31 ----
This determines how many local variables, function
arguments and return values we can have at one time.
! Increase this if you get a lot of value stack overflow errors. */
#define VALUE_STACK_SIZE 1000
|