Mercurial > emacs
diff src/gmalloc.c @ 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 | 84b961690802 |
| children | 2bc9a0c04c87 |
line wrap: on
line diff
--- 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
