From: greg-king5 Date: Sat, 26 Nov 2016 22:30:38 +0000 (-0500) Subject: Merge pull request #358 from EtchedPixels/master X-Git-Tag: V2.16~60 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f4c51046f09adc4c37cca24698e2dc47fb6aafc6;p=cc65 Merge pull request #358 from EtchedPixels/master * scanner: Correct handling of \0101 The C language has this oddity that octal constants are 3 bytes so the sequence "\0101" is two bytes and well defined by the langage. cc65 currently misparses this as a 1 byte octal code. Add a count to fix this. Signed-off-by: Alan Cox * cc65: remove un-needed logic from octal parsing We no longer need the extra error handling logic for octal parsing so simplify it as requested by Greg King. Signed-off-by: Alan Cox --- f4c51046f09adc4c37cca24698e2dc47fb6aafc6