/[bison]/bison/src/parse-gram.c
ViewVC logotype

Diff of /bison/src/parse-gram.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by akim, Sun Jun 30 17:27:57 2002 UTC revision 1.20 by akim, Tue Jul 9 09:43:22 2002 UTC
# Line 1  Line 1 
1  /* A Bison parser, made from parse-gram.y  /* A Bison parser, made from parse-gram.y, by GNU bison 1.49b.  */
    by GNU bison 1.49b.  */  
2    
3  /* Skeleton output parser for Bison,  /* Skeleton parser for Yacc-like parsing with Bison,
4     Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software     Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
    Foundation, Inc.  
5    
6     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
7     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 25  Line 23 
23     This special exception was added by the Free Software Foundation     This special exception was added by the Free Software Foundation
24     in version 1.24 of Bison.  */     in version 1.24 of Bison.  */
25    
26  /* This is the parser code that is written into each bison parser when  /* Written by Richard Stallman by simplifying the original so called
27     the %semantic_parser declaration is not specified in the grammar.     ``semantic'' parser.  */
    It was written by Richard Stallman by simplifying the original so  
    called ``semantic'' parser.  */  
28    
29  /* All symbols defined below should begin with yy or YY, to avoid  /* All symbols defined below should begin with yy or YY, to avoid
30     infringing on user name space.  This should be done even for local     infringing on user name space.  This should be done even for local
# Line 236  typedef union { Line 232  typedef union {
232    char *string;    char *string;
233    associativity assoc;    associativity assoc;
234  } yystype;  } yystype;
235  /* Line 272 of /usr/local/share/bison/yacc.c.  */  /* Line 187 of /home/lrde/prof/akim/src/bison/data/yacc.c.  */
236  #line 241 "parse-gram.c"  #line 237 "parse-gram.c"
237  # define YYSTYPE yystype  # define YYSTYPE yystype
238  # define YYSTYPE_IS_TRIVIAL 1  # define YYSTYPE_IS_TRIVIAL 1
239  #endif  #endif
# Line 257  typedef struct yyltype Line 253  typedef struct yyltype
253  /* Copy the second part of user declarations.  */  /* Copy the second part of user declarations.  */
254    
255    
256  /* Line 292 of /usr/local/share/bison/yacc.c.  */  /* Line 207 of /home/lrde/prof/akim/src/bison/data/yacc.c.  */
257  #line 262 "parse-gram.c"  #line 258 "parse-gram.c"
258    
259  #if ! defined (yyoverflow) || YYERROR_VERBOSE  #if ! defined (yyoverflow) || YYERROR_VERBOSE
260    
# Line 1520  yyreduce: Line 1516  yyreduce:
1516    
1517      }      }
1518    
1519  /* Line 1040 of /usr/local/share/bison/yacc.c.  */  /* Line 955 of /home/lrde/prof/akim/src/bison/data/yacc.c.  */
1520  #line 1525 "parse-gram.c"  #line 1521 "parse-gram.c"
1521    
1522    yyvsp -= yylen;    yyvsp -= yylen;
1523    yyssp -= yylen;    yyssp -= yylen;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26