mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-19 08:30:06 +00:00
Wholesale removal of deprecated register attribute from all source files
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
#define LispVersionToUnixVersion(pathname, ver) \
|
||||
{ \
|
||||
\
|
||||
register char *cp; \
|
||||
register char *vp; \
|
||||
char *cp; \
|
||||
char *vp; \
|
||||
char ver_buf[VERSIONLEN]; \
|
||||
\
|
||||
cp = pathname; \
|
||||
|
||||
Reference in New Issue
Block a user