projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f32a76
)
* src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Wed, 2 Jun 2010 02:47:43 +0000
(19:47 -0700)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Wed, 2 Jun 2010 02:47:43 +0000
(19:47 -0700)
src/ChangeLog
patch
|
blob
|
history
src/gmalloc.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ee0df18bd6f155b276426b74dfb633c1e78d29c2..c641043e400b4b4fd695dddabfa70423909e43bc 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
+ * 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 6445c56e6d43b563016655fee2993c6e378a89fe..a3f533bd5e809ed330756093a73f50e56c6d91c7 100644
(file)
--- 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