mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-02 06:41:21 +00:00
Wholesale removal of deprecated register attribute from all source files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef UNWINDDEFS_H
|
||||
#define UNWINDDEFS_H 1
|
||||
#include "lispemul.h" /* for LispPTR */
|
||||
LispPTR *N_OP_unwind(register LispPTR *cstkptr, register LispPTR tos, int n, int keep);
|
||||
LispPTR *N_OP_unwind(LispPTR *cstkptr, LispPTR tos, int n, int keep);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user