Mercurial > emacs
changeset 108860:c15389f78514
* src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 01 Jun 2010 19:47:43 -0700 |
parents | 9bb47406ffb6 |
children | ad09f2bfce51 |
files | src/ChangeLog src/gmalloc.c |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jun 01 19:43:47 2010 -0700 +++ b/src/ChangeLog Tue Jun 01 19:47:43 2010 -0700 @@ -1,5 +1,7 @@ 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu> + * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused. + * s/sol2-6.h: Remove obsolete comments. Remove unnecessary alloca.h includes.
--- a/src/gmalloc.c Tue Jun 01 19:43:47 2010 -0700 +++ b/src/gmalloc.c Tue Jun 01 19:47:43 2010 -0700 @@ -42,8 +42,7 @@ #endif #if ((defined __cplusplus || (defined (__STDC__) && __STDC__) \ - || defined STDC_HEADERS || defined PROTOTYPES) \ - && ! defined (BROKEN_PROTOTYPES)) + || defined STDC_HEADERS || defined PROTOTYPES)) #undef PP #define PP(args) args #undef __ptr_t