removed wrong assertion
authorceriel <none@none>
Tue, 19 Apr 1994 10:46:08 +0000 (10:46 +0000)
committerceriel <none@none>
Tue, 19 Apr 1994 10:46:08 +0000 (10:46 +0000)
lang/cem/cpp.ansi/domacro.c
lang/cem/cpp.ansi/main.c
lang/cem/cpp.ansi/replace.c

index 2365876..2a7666f 100644 (file)
@@ -17,6 +17,7 @@
 #include       "parbufsize.h"  
 #include       "textsize.h"    
 #include       "idfsize.h"     
+#include       "debug.h"
 #include       <assert.h>
 #include       <alloc.h>
 #include       "class.h"
index c765703..cd06475 100644 (file)
@@ -5,6 +5,8 @@
 /* $Header$ */
 /* MAIN PROGRAM */
 
+#include       "debug.h"
+
 #include       <alloc.h>
 #include       <assert.h>
 #include       <system.h>
index a4a1624..0b9b52e 100644 (file)
@@ -17,6 +17,7 @@
 #include       "arith.h"
 #include       "LLlex.h"
 #include       "class.h"
+#include       "debug.h"
 #include       <assert.h>
 #include       "macbuf.h"
 #include       "replace.h"
@@ -194,7 +195,6 @@ expand_defined(repl)
                id = findidf(str);
                free(str);
        } else  id = 0;
-       assert(id || class(ch) == STELL);
        ch = GetChar();
        ch = skipspaces(ch, 0);
        if (parens && ch != ')') error(") missing");