From: Dan Nicolaescu Date: Wed, 2 Jun 2010 02:47:43 +0000 (-0700) Subject: * src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~149 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75934b1d0f47b862ec19fa8a96563176b1562154;p=emacs.git * src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused. --- diff --git a/src/ChangeLog b/src/ChangeLog index ee0df18bd6f..c641043e400 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/gmalloc.c b/src/gmalloc.c index 6445c56e6d4..a3f533bd5e8 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c @@ -42,8 +42,7 @@ Fifth Floor, Boston, MA 02110-1301, USA. #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