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
commit75934b1d0f47b862ec19fa8a96563176b1562154 (patch)
treed612c2df4f3c1bbd1ad11caae60956b4d7481bbd /src/gmalloc.c
parent9f32a766dca3c9777f81f028219281f201d63edc (diff)
* 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 6445c56e6d..a3f533bd5e 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