From 92644b226c14d332ea277423033288711936973a Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 6 Mar 2002 07:41:22 +0000 Subject: [PATCH] Last fix was not correct according to the standard git-svn-id: svn://svn.cc65.org/cc65/trunk@1168 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/preproc.c | 1 - 1 file changed, 1 deletion(-) 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: