* as/hc08/Makefile.bcc, as/hc08/Makefile.in, as/hc08/as_hc08.dsp,
[fw/sdcc] / as / z80 / asdata.c
index 59ddc13a4048e7d18f29aa7c4f31e06ab14525a7..1f7add6bbcf3a36bb271a9596593572c01fc6b6d 100644 (file)
@@ -101,10 +101,10 @@ char    *ep;            /*      pointer into error list
                          */
 char    eb[NERR];       /*      array of generated error codes
                          */
-char    *ip;            /*      pointer into the assembler-source
+const char *ip;         /*      pointer into the assembler-source
                          *      text line in ib[]
                          */
-char    ib[NINPUT];     /*      assembler-source text line
+const char *ib;         /*      assembler-source text line
                          */
 char    *cp;            /*      pointer to assembler output
                          *      array cb[]