Last fix was not correct according to the standard
git-svn-id: svn://svn.cc65.org/cc65/trunk@1168 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -316,7 +316,6 @@ static void ExpandMacroArgs (Macro* M)
|
|||||||
switch (*Replacement) {
|
switch (*Replacement) {
|
||||||
case '\"':
|
case '\"':
|
||||||
case '\\':
|
case '\\':
|
||||||
case '\'':
|
|
||||||
keepch ('\\');
|
keepch ('\\');
|
||||||
/* FALLTHROUGH */
|
/* FALLTHROUGH */
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user