mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-14 19:56:28 +00:00
Renames return.h to retmacro.h and updates all uses
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
#include "address.h"
|
||||
#include "arith.h"
|
||||
#include "stack.h"
|
||||
#include "return.h"
|
||||
#include "retmacro.h"
|
||||
#include "cell.h"
|
||||
|
||||
#include "bbtsubdefs.h"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "llstkdefs.h" // for decusecount68k, freestackblock, blt, stack_...
|
||||
#include "lspglob.h"
|
||||
#include "lsptypes.h" // for GETWORD
|
||||
#include "return.h" // for AFTER_CONTEXTSW, BEFORE_CONTEXTSW, FastRetCALL
|
||||
#include "retmacro.h" // for AFTER_CONTEXTSW, BEFORE_CONTEXTSW, FastRetCALL
|
||||
#include "stack.h" // for FX, frameex1, Bframe, CHECK_FX, StackWord
|
||||
|
||||
#define MAKE_FXCOPY(fx68k) \
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include "llstkdefs.h" // for blt, check_BF, check_FX, check_stack_rooms
|
||||
#include "lspglob.h" // for InterfacePage, Stackspace, STACKOVERFLOW_word
|
||||
#include "lsptypes.h" // for GETWORD
|
||||
#include "return.h" // for AFTER_CONTEXTSW, BEFORE_CONTEXTSW
|
||||
#include "retmacro.h" // for AFTER_CONTEXTSW, BEFORE_CONTEXTSW
|
||||
#include "stack.h" // for StackWord, Bframe, FX, frameex1, STKWORD
|
||||
#include "storagedefs.h" // for newpage
|
||||
// #include "testtooldefs.h" // for print_atomname
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "emlglob.h"
|
||||
#include "adr68k.h"
|
||||
#include "stack.h"
|
||||
#include "return.h"
|
||||
#include "retmacro.h"
|
||||
|
||||
#include "lispemul.h"
|
||||
#include "lspglob.h"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include "lspglob.h"
|
||||
#include "initatms.h"
|
||||
#include "cell.h"
|
||||
#include "return.h"
|
||||
#include "retmacro.h"
|
||||
#include "testtooldefs.h"
|
||||
#include "returndefs.h"
|
||||
#include "commondefs.h"
|
||||
|
||||
Reference in New Issue
Block a user