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

Diff of /bison/tests/calc.at

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

revision 1.41 by akim, Thu Nov 7 12:52:19 2002 UTC revision 1.42 by akim, Thu Nov 14 09:58:01 2002 UTC
# Line 35  Line 35 
35  m4_define([_AT_DATA_CALC_Y],  m4_define([_AT_DATA_CALC_Y],
36  [m4_if([$1$2$3], $[1]$[2]$[3], [],  [m4_if([$1$2$3], $[1]$[2]$[3], [],
37         [m4_fatal([$0: Invalid arguments: $@])])dnl         [m4_fatal([$0: Invalid arguments: $@])])dnl
38  AT_DATA([calc.y],  AT_DATA_GRAMMAR([calc.y],
39  [[/* Infix notation calculator--calc */  [[/* Infix notation calculator--calc */
40  ]$4[  ]$4[
41  %{  %{
 #include <config.h>  
 /* We don't need perfect functions for these tests. */  
 #undef malloc  
 #undef memcmp  
 #undef realloc  
42  #include <stdio.h>  #include <stdio.h>
43    
44  #if STDC_HEADERS  #if STDC_HEADERS

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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