mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-17 00:22:59 +00:00
Remove unused macro IDiff and associated SNum struct definition.
This commit is contained in:
parent
53fe052432
commit
f7542df4e7
@ -143,23 +143,6 @@ LispPTR *CURRENTCURSOR68k;
|
||||
extern DLword *EmCursorX68K;
|
||||
extern DLword *EmCursorY68K;
|
||||
|
||||
#ifndef BYTESWAP
|
||||
typedef struct {
|
||||
unsigned nil : 8;
|
||||
unsigned type : 8;
|
||||
unsigned num : 16;
|
||||
} SNum;
|
||||
#else
|
||||
typedef struct {
|
||||
unsigned num : 16;
|
||||
unsigned type : 8;
|
||||
unsigned nil : 8;
|
||||
} SNum;
|
||||
|
||||
#endif /* BYTESWAP */
|
||||
|
||||
#define IDiff(x68k, y68k) (((SNum *)(x68k))->num - ((SNum *)(y68k))->num)
|
||||
|
||||
/* EmXXXX68K are already swapped, no need for GETWORD */
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user