Update of /cvsroot/sysfence/sysfence/parseopt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6896
Modified Files:
parse.c
Log Message:
* automatic substitution sucks ;)
Index: parse.c
===================================================================
RCS file: /cvsroot/sysfence/sysfence/parseopt/parse.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- parse.c 10 May 2004 13:57:52 -0000 1.11
+++ parse.c 20 May 2004 15:57:09 -0000 1.12
@@ -18,7 +18,7 @@
#include "../exit.h"
#include "../xalloc.h"
#include "../getstats.h"
-#include "../expressions.h"
+#include "../conditions.h"
#include "parse.h"
#include <stdio.h>
#include <stdlib.h>
|