PostGIS 3.0.6dev-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 YYEMPTY
#define YYERROR

Definition at line 916 of file lwin_wkt_parse.c.

919 { \
920 yychar = (Token); \
921 yylval = (Value); \
922 YYPOPSTACK (yylen); \
923 yystate = *yyssp; \
924 goto yybackup; \
925 } \
926 else \
927 { \
928 yyerror (YY_("syntax error: cannot back up")); \
929 YYERROR; \
930 } \
931while (0)