From: eck Date: Mon, 10 Sep 1990 11:57:16 +0000 (+0000) Subject: fixed small bug with token separation X-Git-Tag: release-5-5~1556 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f0581f7706388eebc09eadac36728b9d01f390ba;p=ack.git fixed small bug with token separation --- diff --git a/lang/cem/cpp.ansi/preprocess.c b/lang/cem/cpp.ansi/preprocess.c index b39d5daf4..c867d458f 100644 --- a/lang/cem/cpp.ansi/preprocess.c +++ b/lang/cem/cpp.ansi/preprocess.c @@ -329,6 +329,7 @@ preprocess(fn) && idef->id_macro && ReplaceMacros && !NoExpandNext) { if (replace(idef)) { + echo(' '); c = GetChar(); continue; }