mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 03:51:32 +00:00
Wholesale removal of deprecated register attribute from all source files
This commit is contained in:
@@ -321,7 +321,7 @@ void uraid_commclear() {
|
||||
|
||||
void copy_region(const DLword *src, DLword *dst, int width, int h)
|
||||
{
|
||||
register int w;
|
||||
int w;
|
||||
|
||||
for (; (h--);) {
|
||||
for (w = width; (w--);) { GETWORD(dst++) = GETWORD(src++); }
|
||||
|
||||
Reference in New Issue
Block a user