* src/pic16/device.h: removed unused field PIC16_device.sfrRange,
[fw/sdcc] / src / SDCC.lex
index 91f8bf319fe1566b56b659e3a41b4774686e552f..e0038cc65202abf5aa30a0557481a7cfa8a14573 100644 (file)
@@ -501,8 +501,10 @@ static const char *stringLiteral(void)
                       dbuf_destroy(&linebuf);
                     }
                   else
-                    unput(ch);
-                  break;
+                    {
+                      unput(ch);
+                      goto out;
+                    }
 
                 default:
                   count_char(ch);