mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
6 lines
164 B
C
6 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)
|