* sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
[fw/sdcc] / link / z80 / lklex.c
index 0fe342c330dc5c65d3739e52d887c7c6138f2546..7bc34fcaa34a6655e9fd0c1b8bfd414ba1a9f1d7 100644 (file)
@@ -144,6 +144,9 @@ char *str;
                if (p < &str[FILSPC-1])
                        *p++ = c;
                c = get();
+               if (c == ';')
+                       while (c)
+                               c = get();
 #ifdef SDK
        } while (c);
 #else /* SDK */