1
0
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:
Dan Nicolaescu 2010-06-01 19:47:43 -07:00
parent 9f32a766dc
commit 75934b1d0f
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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