/* 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))


syntax highlighted by Code2HTML, v. 0.9.1