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

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
7 This had to be done to correct non-standard usages in the 7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */ 8 original, manufacturer supplied header file. */
9 9
10 10
11 11
12 #if defined( AIX_MALLOC_CHECK )
13 #if (defined(__cplusplus) && defined(__IBMCPP__))
14 #endif /* AIX_MALLOC_CHECK */
15
16
12 #if defined( SUN_MALLOC_CHECK ) 17 #if defined( SUN_MALLOC_CHECK )
13 typedef void * malloc_t; 18 typedef void * malloc_t;
14 void free(); 19 void free();
15 void* malloc(); 20 void* malloc();
16 void* calloc(); 21 void* calloc();