* src/bison.s1: Properly indent CPP directives.

This commit is contained in:
Akim Demaille
2000-03-16 15:58:56 +00:00
parent 361f60b34e
commit b07b484a41
3 changed files with 136 additions and 118 deletions

View File

@@ -1,3 +1,7 @@
2000-03-16 Akim Demaille <akim@epita.fr>
* src/bison.s1: Properly indent CPP directives.
2000-03-16 Akim Demaille <akim@epita.fr> 2000-03-16 Akim Demaille <akim@epita.fr>
* src/bison.s1: Properly indent the `alloca' CPP section. * src/bison.s1: Properly indent the `alloca' CPP section.

View File

@@ -253,17 +253,24 @@ yyparse(YYPARSE_PARAM_ARG)
register int yyn; register int yyn;
register short *yyssp; register short *yyssp;
register YYSTYPE *yyvsp; register YYSTYPE *yyvsp;
int yyerrstatus; /* number of tokens to shift before error messages enabled */ /* Number of tokens to shift before error messages enabled. */
int yychar1 = 0; /* lookahead token as an internal (translated) token number */ int yyerrstatus;
/* Lookahead token as an internal (translated) token number. */
int yychar1 = 0;
short yyssa[YYINITDEPTH]; /* the state stack */ /* The state stack. */
YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */ short yyssa[YYINITDEPTH];
/* The semantic value stack. */
YYSTYPE yyvsa[YYINITDEPTH];
short *yyss = yyssa; /* refer to the stacks thru separate pointers */ /* Refer to the stacks thru separate pointers. */
YYSTYPE *yyvs = yyvsa; /* to allow yyoverflow to reallocate them elsewhere */ short *yyss = yyssa;
/* To allow yyoverflow to reallocate them elsewhere. */
YYSTYPE *yyvs = yyvsa;
#ifdef YYLSP_NEEDED #ifdef YYLSP_NEEDED
YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */ /* The location stack. */
YYLTYPE yylsa[YYINITDEPTH];
YYLTYPE *yyls = yylsa; YYLTYPE *yyls = yylsa;
YYLTYPE *yylsp; YYLTYPE *yylsp;

View File

@@ -253,17 +253,24 @@ yyparse(YYPARSE_PARAM_ARG)
register int yyn; register int yyn;
register short *yyssp; register short *yyssp;
register YYSTYPE *yyvsp; register YYSTYPE *yyvsp;
int yyerrstatus; /* number of tokens to shift before error messages enabled */ /* Number of tokens to shift before error messages enabled. */
int yychar1 = 0; /* lookahead token as an internal (translated) token number */ int yyerrstatus;
/* Lookahead token as an internal (translated) token number. */
int yychar1 = 0;
short yyssa[YYINITDEPTH]; /* the state stack */ /* The state stack. */
YYSTYPE yyvsa[YYINITDEPTH]; /* the semantic value stack */ short yyssa[YYINITDEPTH];
/* The semantic value stack. */
YYSTYPE yyvsa[YYINITDEPTH];
short *yyss = yyssa; /* refer to the stacks thru separate pointers */ /* Refer to the stacks thru separate pointers. */
YYSTYPE *yyvs = yyvsa; /* to allow yyoverflow to reallocate them elsewhere */ short *yyss = yyssa;
/* To allow yyoverflow to reallocate them elsewhere. */
YYSTYPE *yyvs = yyvsa;
#ifdef YYLSP_NEEDED #ifdef YYLSP_NEEDED
YYLTYPE yylsa[YYINITDEPTH]; /* the location stack */ /* The location stack. */
YYLTYPE yylsa[YYINITDEPTH];
YYLTYPE *yyls = yylsa; YYLTYPE *yyls = yylsa;
YYLTYPE *yylsp; YYLTYPE *yylsp;