source: trunk/third/gcc/config/m68k/xm-3b1.h @ 11288

Revision 11288, 158 bytes checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r11287, which included commits to RCS files with non-trunk default branches.
Line 
1#define USG
2
3#include "m68k/xm-m68k.h"
4
5/* Override part of the obstack macros.  */
6
7#define __PTR_TO_INT(P) ((int)(P))
8#define __INT_TO_PTR(P) ((char *)(P))
Note: See TracBrowser for help on using the repository browser.