1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 08:29:37 +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:
cuz 2002-03-06 07:41:22 +00:00
parent e9b0009f97
commit 92644b226c

View File

@ -316,7 +316,6 @@ static void ExpandMacroArgs (Macro* M)
switch (*Replacement) {
case '\"':
case '\\':
case '\'':
keepch ('\\');
/* FALLTHROUGH */
default: