/[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.3 by eggert, Mon Aug 12 14:57:12 2002 UTC revision 1.4 by akim, Mon Sep 30 12:27:31 2002 UTC
# Line 93  declarator : ID                { printf ("\"%s\" ", ]$ Line 93  declarator : ID                { printf ("\"%s\" ", ]$
93  int  int
94  main (int argc, char** argv)  main (int argc, char** argv)
95  {  {
96    assert (argc = 2);    assert (argc == 2);
97    assert (freopen (argv[1], "r", stdin));    if (!freopen (argv[1], "r", stdin))
98        abort ();
99    exit (yyparse ());    exit (yyparse ());
100  }  }
101    

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

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