* as/link/lkar.h: sgetl and sputl are independent of endianness
[fw/sdcc] / as / mcs51 / asexpr.c
index 4bef55948427a1de54690abb81d8efd427ac4094..a424d144b45eb38dbb8e30f90090cd297dbb09ec 100644 (file)
@@ -324,7 +324,7 @@ VOID
 term(register struct expr *esp)
 {
         register int c, n;
-        register char *jp;
+        register const char *jp;
         char id[NCPS];
         struct sym  *sp;
         struct tsym *tp;