1
0
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:
Nick Briggs
2024-11-06 13:31:46 -08:00
parent 99601ede75
commit 99550aaa7c
10 changed files with 20 additions and 20 deletions

View File

@@ -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"

View File

@@ -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) \

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -41,7 +41,7 @@
#include "address.h"
#include "adr68k.h"
#include "stack.h"
#include "return.h"
#include "retmacro.h"
#include "dbprint.h"
#include "lspglob.h"