diff parser-cfg.c @ 10594:57bdcdb061d7

Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
author alex
date Wed, 13 Aug 2003 16:29:32 +0000
parents a660de2556c2
children 522afd56703c
line wrap: on
line diff
--- a/parser-cfg.c	Wed Aug 13 16:01:53 2003 +0000
+++ b/parser-cfg.c	Wed Aug 13 16:29:32 2003 +0000
@@ -1,8 +1,5 @@
-
 #include "config.h"
 
-#ifdef NEW_CONFIG
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -211,5 +208,3 @@
 	--recursion_depth;
 	return ret;
 }
-
-#endif