/[bison]/bison/tests/actions.at
ViewVC logotype

Diff of /bison/tests/actions.at

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

revision 1.2 by akim, Sat Dec 29 14:25:58 2001 UTC revision 1.3 by akim, Sat Dec 29 14:27:01 2001 UTC
# Line 31  AT_SETUP([Mid-rule actions]) Line 31  AT_SETUP([Mid-rule actions])
31    
32  AT_DATA([[input.y]],  AT_DATA([[input.y]],
33  [[%{  [[%{
34  #include <stdio.h>  # include <stdio.h>
35  #include <stdlib.h>  # include <stdlib.h>
36  static void yyerror (const char *msg);    static void yyerror (const char *msg);
37  static int yylex (void);    static int yylex (void);
38    # define YYDEBUG         1
39    # define YYERROR_VERBOSE 1
40  %}  %}
41  %%  %%
42  exp:     { putchar ('0'); }  exp:     { putchar ('0'); }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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