mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-10 04:42:35 +01:00
9 lines
158 B
C
9 lines
158 B
C
|
#define USG
|
||
|
|
||
|
#include "m68k/xm-m68k.h"
|
||
|
|
||
|
/* Override part of the obstack macros. */
|
||
|
|
||
|
#define __PTR_TO_INT(P) ((int)(P))
|
||
|
#define __INT_TO_PTR(P) ((char *)(P))
|