summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorragge <ragge>2009-08-11 15:39:28 +0000
committerragge <ragge>2009-08-11 15:39:28 +0000
commit655788eece47459d2c5593f30d147ff9b436587a (patch)
tree013beb76afb11f9eb9f158d18e8dcbe4b7d7aee9
parentca7e004379b39324375d94418e49a10efc9c36e0 (diff)
Substitute \n for ' ' in argument lists, otherwise there will be unwanted
concatenated arguments. Fixes bug reported by Hasso Tepper.
-rw-r--r--cpp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp.c b/cpp.c
index 8e6c370..7af49d5 100644
--- a/cpp.c
+++ b/cpp.c
@@ -1229,6 +1229,7 @@ expmac(struct recur *rp)
case '\n':
cinput();
+ savch(' ');
break;
case STRING: