* as/mcs51/asnoice.c, as/hc08/asnoice.c: fixed bug #1447412:
[fw/sdcc] / as / z80 / assubr.c
index 7302a4ff5ab436ae1f38b84df6b1cd37b8edb050..6423d9fdc01bdf6c7da852b1146e577972b0bf88 100644 (file)
@@ -16,7 +16,6 @@
 #include <stdio.h>
 #include <setjmp.h>
 #include <string.h>
-#include <alloc.h>
 #include "asm.h"
 
 /*)Module      assubr.c
@@ -59,7 +58,7 @@
 
 VOID
 err(c)
-register c;
+register int c;
 {
        register char *p;