]> git.saurik.com Git - bison.git/commit
* data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Feb 2006 00:08:17 +0000 (00:08 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Feb 2006 00:08:17 +0000 (00:08 +0000)
commitfc3f467ff12133962ef69f58e60cb24fc29cc929
tree91236368dd03c04c42ee1d24a44c1e53bd475360
parent4d7bc38cdcb1fb457dfd34fdf7c81e507a002867
* data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
__cplusplus && ! defined _STDLIB_H && !
((defined YYMALLOC || defined malloc) && (defined YYFREE ||
defined free))]: Include <stdlib.h> rather than rolling our own
declarations of malloc and free, to avoid problems with
incompatible declarations (using 'throw') C++'s stdlib.h.  This
should fix Debian bug 340012
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
reported by Guillaume Melquiond.
ChangeLog
data/yacc.c