#define yynerrs %%prefix##nerrs
/* Copy the user declarations. */
+#line %%input_line "%%filename"
%%prologue
+#line %%line "%%skeleton"
#ifndef __cplusplus
# ifndef __STDC__
# define const
# define YYDEBUG %%debug
#endif
+#line %%input_line "%%filename"
#ifndef YYSTYPE
-# define YYSTYPE %%stype
+typedef %%stype YYSTYPE;
#endif
#ifndef YYLTYPE
\f
-#line %%line "%%filename"
+#line %%line "%%skeleton"
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *.
#endif
switch (yyn)
{
- %%action /* The action file replaces this line. */
+ %%action
}
-#line %%line "%%filename"
+#line %%line "%%skeleton"
\f
yyvsp -= yylen;
yyssp -= yylen;
return 1;
}
+#line %%input_line "%%filename"
%%epilogue