* src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
This commit is contained in:
parent
9f32a766dc
commit
75934b1d0f
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue