Pre 2.95-2
[fw/sdcc] / link / z80 / lkarea.c
index 797b0b416369bdc8af55d6cfc04600ecfec74d19..add571a05a80371b77a0631a919653dc32dd89bf 100644 (file)
 VOID
 newarea()
 {
-       register i, narea;
+       register int i, narea;
        struct areax *taxp;
        struct areax **halp;
        char id[NCPS];
@@ -312,7 +312,7 @@ char *id;
 VOID
 lnkarea()
 {
-       register rloc;
+       register int rloc;
        char temp[NCPS];
        struct sym *sp;