mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-15 20:26:33 +00:00
Wholesale removal of deprecated register attribute from all source files
This commit is contained in:
@@ -44,7 +44,7 @@ N_OP_atomcellN(int tos, int n)
|
||||
}
|
||||
|
||||
#else
|
||||
N_OP_atomcellN(register int tos, int n) {
|
||||
N_OP_atomcellN(int tos, int n) {
|
||||
if ((tos & 0xffff0000) == 0) { /* XeroxLisp traditional symbol */
|
||||
tos = (tos << 1);
|
||||
switch (n) {
|
||||
|
||||
Reference in New Issue
Block a user