mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
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:
parent
e9b0009f97
commit
92644b226c
@ -316,7 +316,6 @@ static void ExpandMacroArgs (Macro* M)
|
||||
switch (*Replacement) {
|
||||
case '\"':
|
||||
case '\\':
|
||||
case '\'':
|
||||
keepch ('\\');
|
||||
/* FALLTHROUGH */
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user