mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-28 20:41:30 +00:00
Replace Addr68k related macros with NativeAligned inline functions
This commit is contained in:
@@ -96,7 +96,7 @@ extern int please_fork;
|
||||
|
||||
int lispstringP(LispPTR Lisp)
|
||||
{
|
||||
switch (((OneDArray *)(Addr68k_from_LADDR(Lisp)))->typenumber) {
|
||||
switch (((OneDArray *)(NativeAligned4FromLAddr(Lisp)))->typenumber) {
|
||||
case THIN_CHAR_TYPENUMBER:
|
||||
case FAT_CHAR_TYPENUMBER: return (1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user