mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-02 06:41:21 +00:00
Wholesale removal of deprecated register attribute from all source files
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
#include "stream.h" // for Stream
|
||||
|
||||
LispPTR N_OP_bin(LispPTR tos) {
|
||||
register Stream *stream68k; /* stream instance on TOS */
|
||||
register char *buff68k; /* pointer to BUFF */
|
||||
Stream *stream68k; /* stream instance on TOS */
|
||||
char *buff68k; /* pointer to BUFF */
|
||||
|
||||
if (GetTypeNumber(tos) == TYPE_STREAM) {
|
||||
stream68k = (Stream *)Addr68k_from_LADDR(tos);
|
||||
|
||||
Reference in New Issue
Block a user