inline scan
This commit is contained in:
parent
71834855e8
commit
123b73506d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ extern int LLsymb;
|
||||||
#define LL_SAFE(x) /* Nothing */
|
#define LL_SAFE(x) /* Nothing */
|
||||||
#define LL_SSCANDONE(x) if (LLsymb != x) LLerror(x); else
|
#define LL_SSCANDONE(x) if (LLsymb != x) LLerror(x); else
|
||||||
#define LL_SCANDONE(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"
|
# include "Lpars.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue