diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2012-03-23 23:55:01 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2012-03-23 19:55:01 -0400 |
commit | 3c59ab0d677abcbdf3d0fdee31dfdf5033edd141 (patch) | |
tree | f3b1689604dee80aff915fe030f37ef1229e195c /fixincludes/tests/base | |
parent | 03934a56326d43c1c8bb185979a90830fd25f880 (diff) | |
download | gcc-3c59ab0d677abcbdf3d0fdee31dfdf5033edd141.zip gcc-3c59ab0d677abcbdf3d0fdee31dfdf5033edd141.tar.gz gcc-3c59ab0d677abcbdf3d0fdee31dfdf5033edd141.tar.bz2 |
inclhack.def (aix_malloc): New.
* inclhack.def (aix_malloc): New.
* fixincl.x: Regenerate.
* tests/base/malloc.h [AIX_MALLOC_CHECK]: New.
From-SVN: r185752
Diffstat (limited to 'fixincludes/tests/base')
-rw-r--r-- | fixincludes/tests/base/malloc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fixincludes/tests/base/malloc.h b/fixincludes/tests/base/malloc.h index 3866af8..15be8b0 100644 --- a/fixincludes/tests/base/malloc.h +++ b/fixincludes/tests/base/malloc.h @@ -9,6 +9,11 @@ +#if defined( AIX_MALLOC_CHECK ) +#if (defined(__cplusplus) && defined(__IBMCPP__)) +#endif /* AIX_MALLOC_CHECK */ + + #if defined( SUN_MALLOC_CHECK ) typedef void * malloc_t; void free(); |