changeset 177:554c6e5f36ef

... :)
author szabii
date Tue, 20 Mar 2001 22:55:50 +0000
parents bcf0d6286b5c
children 55206b791586
files cfgparser.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cfgparser.c	Tue Mar 20 22:13:05 2001 +0000
+++ b/cfgparser.c	Tue Mar 20 22:55:50 2001 +0000
@@ -19,7 +19,7 @@
 #define COMMAND_LINE		0
 #define CONFIG_FILE		1
 
-#define MAX_RECURSION_DEPTH	10
+#define MAX_RECURSION_DEPTH	8
 
 #ifdef DEBUG
 #include <assert.h>