mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-12 10:57:36 +00:00
Wholesale removal of deprecated register attribute from all source files
This commit is contained in:
@@ -97,10 +97,10 @@ struct hashtable {
|
||||
/************************************************************************/
|
||||
|
||||
LispPTR aref1(LispPTR array, int index) {
|
||||
register LispPTR retval = 0;
|
||||
register LispPTR base;
|
||||
register short typenumber;
|
||||
register struct arrayheader *actarray;
|
||||
LispPTR retval = 0;
|
||||
LispPTR base;
|
||||
short typenumber;
|
||||
struct arrayheader *actarray;
|
||||
|
||||
actarray = (struct arrayheader *)Addr68k_from_LADDR(array);
|
||||
if (index >= actarray->totalsize) {
|
||||
|
||||
Reference in New Issue
Block a user