From: ceriel Date: Fri, 24 Jun 1988 14:26:35 +0000 (+0000) Subject: inline scan X-Git-Tag: release-5-5~3154 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=123b73506d791ddc3aed79ee3d43cea4a38a8ae5;p=ack.git inline scan --- diff --git a/util/LLgen/lib/incl b/util/LLgen/lib/incl index f32a982e9..99a1913fc 100644 --- a/util/LLgen/lib/incl +++ b/util/LLgen/lib/incl @@ -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"