mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
* src/bison.s1: Properly indent CPP directives.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
21
src/bison.s1
21
src/bison.s1
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user