# HG changeset patch # User Dan Nicolaescu # Date 1275446863 25200 # Node ID c15389f7851440061b9db3196a2dee1d4699e25a # Parent 9bb47406ffb6d7330648c3b7907112026235998b * src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused. diff -r 9bb47406ffb6 -r c15389f78514 src/ChangeLog --- 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 + * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused. + * s/sol2-6.h: Remove obsolete comments. Remove unnecessary alloca.h includes. diff -r 9bb47406ffb6 -r c15389f78514 src/gmalloc.c --- 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