PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ YYBACKUP

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

Definition at line 914 of file lwin_wkt_parse.c.