1
0
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:
Nick Briggs
2022-08-15 15:04:07 -07:00
parent 5c0349cc69
commit 873d4927ce
107 changed files with 777 additions and 777 deletions

View File

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