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

Diff of /bison/tests/regression.at

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

revision 1.57 by akim, Sun Jun 30 17:33:20 2002 UTC revision 1.58 by akim, Sun Jun 30 17:35:06 2002 UTC
# Line 51  exp: MY_TOKEN; Line 51  exp: MY_TOKEN;
51  ]])  ]])
52    
53  AT_CHECK([bison input.y -o input.c])  AT_CHECK([bison input.y -o input.c])
54  AT_CHECK([$CC $CFLAGS $CPPFLAGS input.c -c])  AT_COMPILE([input], [-c input.c])
55    
56  AT_CLEANUP  AT_CLEANUP
57    
# Line 329  exp: "a"; Line 329  exp: "a";
329  ]])  ]])
330    
331  AT_CHECK([bison input.y -o input.c])  AT_CHECK([bison input.y -o input.c])
332  AT_CHECK([$CC $CFLAGS $CPPFLAGS input.c -c])  AT_COMPILE([input], [input.c -c])
333  AT_CLEANUP  AT_CLEANUP
334    
335    

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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