mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-28 20:41:30 +00:00
Wholesale removal of deprecated register attribute from all source files
This commit is contained in:
@@ -93,8 +93,8 @@ N_OP_lsh
|
||||
return(a <?> b)
|
||||
************************************************************/
|
||||
LispPTR N_OP_lsh(int a, int b) {
|
||||
register int arg, arg2;
|
||||
register int size;
|
||||
int arg, arg2;
|
||||
int size;
|
||||
/*DLword *wordp;*/
|
||||
|
||||
N_GETNUMBER(b, size, do_ufn);
|
||||
|
||||
Reference in New Issue
Block a user