mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-13 19:34:33 +00:00
Wholesale removal of deprecated register attribute from all source files
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
*/
|
||||
/**********************************************************************/
|
||||
|
||||
LispPTR N_OP_findkey(register LispPTR tos, register int byte) {
|
||||
LispPTR N_OP_findkey(LispPTR tos, int byte) {
|
||||
LispPTR *ptr;
|
||||
DLword *find_end;
|
||||
DLword arg_nth;
|
||||
|
||||
Reference in New Issue
Block a user