a0d66c8d67
From-SVN: r24349
8 lines
217 B
C
8 lines
217 B
C
/* Avoid conflict with C library by changing name of this symbol. */
|
|
#define gettime gcc_gettime
|
|
|
|
/* Override part of the obstack macros. */
|
|
|
|
#define __PTR_TO_INT(P) ((int)(P))
|
|
#define __INT_TO_PTR(P) ((char *)(P))
|