bison/src system.h
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Paul Eggert <[email protected]> 02/12/13 03:44:28 Modified files: src : system.h Log message: (alloca): Remove; decl no longer needed. (<stddef.h>): Include, for offsetof. (<inttypes.>, <stdint.h>): Include if available. (uintptr_t): New type, if system lacks it. (CALLOC, MALLOC, REALLOC): New macros. All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these new macros. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/system.h.diff?tr1=1.57&tr2=1.58&r1=text&r2=text