From: cuz Date: Wed, 6 Mar 2002 07:41:22 +0000 (+0000) Subject: Last fix was not correct according to the standard X-Git-Tag: V2.12.0~2445 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=92644b226c14d332ea277423033288711936973a;p=cc65 Last fix was not correct according to the standard git-svn-id: svn://svn.cc65.org/cc65/trunk@1168 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cc65/preproc.c b/src/cc65/preproc.c index 92042c041..8a35d0f27 100644 --- a/src/cc65/preproc.c +++ b/src/cc65/preproc.c @@ -316,7 +316,6 @@ static void ExpandMacroArgs (Macro* M) switch (*Replacement) { case '\"': case '\\': - case '\'': keepch ('\\'); /* FALLTHROUGH */ default: