/[bison]/bison/tests/cxx-type.at
ViewVC logotype

Diff of /bison/tests/cxx-type.at

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

revision 1.8 by akim, Sun Nov 3 16:41:57 2002 UTC revision 1.9 by akim, Thu Nov 7 12:52:19 2002 UTC
# Line 36  $1 Line 36  $1
36  ]m4_bmatch([$2], [stmtMerge],  ]m4_bmatch([$2], [stmtMerge],
37  [ static YYSTYPE stmtMerge (YYSTYPE x0, YYSTYPE x1);])[  [ static YYSTYPE stmtMerge (YYSTYPE x0, YYSTYPE x1);])[
38    #define YYINITDEPTH 10    #define YYINITDEPTH 10
39    int yyerror (const char *s    int yyerror (
40  #if YYPURE && YYLSP_NEEDED  #if YYPURE && YYLSP_NEEDED
41                 , YYLTYPE *yylocation                 YYLTYPE *yylocation,
42  #endif  #endif
43                   const char *s
44                );                );
45    
46    #if YYPURE    #if YYPURE
# Line 157  yylex () Line 158  yylex ()
158  }  }
159    
160  int  int
161  yyerror (const char *s  yyerror (
162  #if YYPURE && YYLSP_NEEDED  #if YYPURE && YYLSP_NEEDED
163          , YYLTYPE *yylocation           YYLTYPE *yylocation,
164  #endif  #endif
165             const char *s
166          )          )
167  {  {
168  #if YYPURE && YYLSP_NEEDED  #if YYPURE && YYLSP_NEEDED

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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