diff fixincludes/tests/base/malloc.h @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children
line wrap: on
line diff
--- a/fixincludes/tests/base/malloc.h	Sun Aug 21 07:07:55 2011 +0900
+++ b/fixincludes/tests/base/malloc.h	Fri Oct 27 22:46:09 2017 +0900
@@ -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();