Pre 2.95-2
[fw/sdcc] / link / z80 / lkhead.c
index 75c4f3d59fe94f19fec634d22f25b371650e9c07..69e77376cc16cb62f1ec7433e138078de669e4b4 100644 (file)
@@ -75,7 +75,7 @@
 VOID
 newhead()
 {
-       register i;
+       register int i;
        struct head *thp;
 
        hp = (struct head *) new (sizeof(struct head));