inline scan
authorceriel <none@none>
Fri, 24 Jun 1988 14:26:35 +0000 (14:26 +0000)
committerceriel <none@none>
Fri, 24 Jun 1988 14:26:35 +0000 (14:26 +0000)
util/LLgen/lib/incl

index f32a982..99a1913 100644 (file)
@@ -10,7 +10,7 @@ extern int LLsymb;
 #define LL_SAFE(x)     /* Nothing */
 #define LL_SSCANDONE(x)        if (LLsymb != x) LLerror(x); else
 #define LL_SCANDONE(x) if (LLsymb != x) LLerror(x); else
-#define LL_T_NOSCANDONE(x)     LLscan(x)
+#define LL_NOSCANDONE(x) if ((LLsymb = LL_LEXI()) != x) LLerror(x); else
 
 # include "Lpars.h"