summaryrefslogtreecommitdiff
path: root/src/gmalloc.c
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-06-01 19:47:43 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-06-01 19:47:43 -0700
commitefcf869c0d41833781183a95ce26b840956656c3 (patch)
tree6da2ce587ae6cc5244cdcba4b385a9fa2cac82ed /src/gmalloc.c
parent114c7235b0970a21f3c92ba6abf97e28cd22df46 (diff)
downloademacs-efcf869c0d41833781183a95ce26b840956656c3.tar.gz
* src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
Diffstat (limited to 'src/gmalloc.c')
-rw-r--r--src/gmalloc.c3
1 files changed, 1 insertions, 2 deletions
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