emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100502: * src/gmalloc.c: Remove BROK


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100502: * src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
Date: Tue, 01 Jun 2010 19:47:43 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100502
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Tue 2010-06-01 19:47:43 -0700
message:
  * src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
modified:
  src/ChangeLog
  src/gmalloc.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-06-02 02:43:47 +0000
+++ b/src/ChangeLog     2010-06-02 02:47:43 +0000
@@ -1,5 +1,7 @@
 2010-06-02  Dan Nicolaescu  <address@hidden>
 
+       * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
+
        * s/sol2-6.h: Remove obsolete comments.
 
        Remove unnecessary alloca.h includes.

=== modified file 'src/gmalloc.c'
--- a/src/gmalloc.c     2010-04-01 14:59:46 +0000
+++ b/src/gmalloc.c     2010-06-02 02:47:43 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]