inline scan

This commit is contained in:
ceriel 1988-06-24 14:26:35 +00:00
parent 71834855e8
commit 123b73506d

View 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"