1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-25 11:36:31 +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

@@ -1,12 +1,12 @@
#ifndef RETURN_H
#define RETURN_H 1
#ifndef RETMACRO_H
#define RETMACRO_H 1
/* $Id: return.h,v 1.2 1999/01/03 02:06:22 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
/**************************************************************/
/*
File Name : return.h
File Name : retmacro.h (was return.h)
Desc. : Macros for return,contextsw
Written by : Takeshi Shimizu
@@ -111,4 +111,4 @@
S_CHECK( EndSTKP > CurrentStackPTR, \
"End of stack isn't beyond current stk pointer."); \
} while (0)
#endif /* RETURN_H */
#endif /* RETMACRO_H */