mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-06 20:49:33 +00:00
* src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
This commit is contained in:
parent
9f32a766dc
commit
75934b1d0f
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user