# endif /* alloca not defined */
#endif /* YYSTACK_USE_ALLOCA not defined */
+#ifndef YYSTACK_USE_ALLOCA
+# define YYSTACK_USE_ALLOCA 0
+#endif
+
#if YYSTACK_USE_ALLOCA
# define YYSTACK_ALLOC alloca
#else
/*------------------------------------------------------------.
| yynewstate -- Push a new state, which is found in yystate. |
`------------------------------------------------------------*/
-yynewstate:
+ yynewstate:
/* In all cases, when you get here, the value and location stacks
have just been pushed. so pushing a state here evens the stacks.
*/
yyssp++;
-yysetstate:
+ yysetstate:
*yyssp = yystate;
if (yyssp >= yyss + yystacksize - 1)
#endif
switch (yyn)
{
- %%action /* The action file replaces this line. */
+ %%action
}
#line %%line "%%skeleton"
\f
#line %%input_line "%%filename"
%%epilogue
-