mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
7 lines
164 B
C
7 lines
164 B
C
|
/* HsPhoneTraps.h includes this gem: */
|
||
|
/* #if (CPU_TYPE == CPU_68K) */
|
||
|
/* #define PHN_LIB_TRAP(trapNum) SYS_TRAP(trapNum) */
|
||
|
/* #endif */
|
||
|
|
||
|
#define PHN_LIB_TRAP(x)
|