/[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.31 by eggert, Mon Oct 14 08:43:36 2002 UTC revision 1.32 by eggert, Sat Oct 19 01:09:13 2002 UTC
# Line 40  AT_DATA([calc.y], Line 40  AT_DATA([calc.y],
40    
41  %{  %{
42  #include <config.h>  #include <config.h>
43  /* We don't need a perfect malloc for these tests. */  /* We don't need perfect functions for these tests. */
44  #undef malloc  #undef malloc
45    #undef memcmp
46    #undef realloc
47  #include <stdio.h>  #include <stdio.h>
48    
49  #if STDC_HEADERS  #if STDC_HEADERS

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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