/[bison]/bison/data/yacc.c
ViewVC logotype

Diff of /bison/data/yacc.c

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

revision 1.59 by eggert, Fri Jun 20 22:52:12 2003 UTC revision 1.60 by eggert, Fri Jul 25 07:11:42 2003 UTC
# Line 216  b4_syncline([@oline@], [@ofile@])[ Line 216  b4_syncline([@oline@], [@ofile@])[
216    
217  #if ! defined (yyoverflow) || YYERROR_VERBOSE  #if ! defined (yyoverflow) || YYERROR_VERBOSE
218    
219    # ifndef YYFREE
220    #  define YYFREE free
221    # endif
222    # ifndef YYMALLOC
223    #  define YYMALLOC malloc
224    # endif
225    
226  /* The parser invokes alloca or malloc; define the necessary symbols.  */  /* The parser invokes alloca or malloc; define the necessary symbols.  */
227    
228  # ifdef YYSTACK_USE_ALLOCA  # ifdef YYSTACK_USE_ALLOCA
# Line 240  b4_syncline([@oline@], [@ofile@])[ Line 247  b4_syncline([@oline@], [@ofile@])[
247  #   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */  #   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
248  #   define YYSIZE_T size_t  #   define YYSIZE_T size_t
249  #  endif  #  endif
250  #  define YYSTACK_ALLOC malloc  #  define YYSTACK_ALLOC YYMALLOC
251  #  define YYSTACK_FREE free  #  define YYSTACK_FREE YYFREE
252  # endif  # endif
253  #endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */  #endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */
254    

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

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