mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-31 13:52:29 +00:00
Wholesale removal of deprecated register attribute from all source files
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
/* */
|
||||
/************************************************************************/
|
||||
|
||||
LispPTR N_OP_instancep(register LispPTR tos, register int atom_index) {
|
||||
register struct dtd *dtd68k;
|
||||
LispPTR N_OP_instancep(LispPTR tos, int atom_index) {
|
||||
struct dtd *dtd68k;
|
||||
|
||||
for (dtd68k = (struct dtd *)GetDTD(GetTypeNumber(tos));
|
||||
#ifdef BIGVM
|
||||
|
||||
Reference in New Issue
Block a user