/[bison]/bison/src/bison.simple
ViewVC logotype

Diff of /bison/src/bison.simple

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

revision 1.53.2.8 by eggert, Fri Nov 30 02:47:56 2001 UTC revision 1.53.2.9 by akim, Fri Nov 30 11:11:08 2001 UTC
# Line 78  Line 78 
78    
79  #if YYSTACK_USE_ALLOCA  #if YYSTACK_USE_ALLOCA
80  # define YYSTACK_ALLOC alloca  # define YYSTACK_ALLOC alloca
81  # define YYSTACK_FREE(Ptr) /* empty */  /* Pacify GCC's `empty if-body' warning. */
82    # define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
83  #else  #else
84  # define YYSTACK_ALLOC malloc  # define YYSTACK_ALLOC malloc
85  # define YYSTACK_FREE(Ptr) free (Ptr)  # define YYSTACK_FREE(Ptr) free (Ptr)

Legend:
Removed from v.1.53.2.8  
changed lines
  Added in v.1.53.2.9

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