summaryrefslogtreecommitdiff
path: root/gcc/config/m68k/xm-crds.h
blob: 2bf1bdbc40613800b33bc0c2436d4b7b0719e83e (plain)
1
2
3
4
5
6
7
/* 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))