PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ YYBACKUP

#define YYBACKUP (   Token,
  Value 
)
Value:
do \
if (yychar == YYEMPTY) \
{ \
yychar = (Token); \
yylval = (Value); \
YYPOPSTACK (yylen); \
yystate = *yyssp; \
goto yybackup; \
} \
else \
{ \
yyerror (YY_("syntax error: cannot back up")); \
} \
while (0)
#define YY_(Msgid)
#define yychar
#define yylval
#define YYERROR
@ YYEMPTY

Definition at line 977 of file lwin_wkt_parse.c.

980 { \
981 yychar = (Token); \
982 yylval = (Value); \
983 YYPOPSTACK (yylen); \
984 yystate = *yyssp; \
985 goto yybackup; \
986 } \
987 else \
988 { \
989 yyerror (YY_("syntax error: cannot back up")); \
990 YYERROR; \
991 } \
992 while (0)