inline scan

This commit is contained in:
ceriel
1988-06-24 14:26:35 +00:00
parent 76ea85dedd
commit 8b96bf6029

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"