From: Christoph Mallon Date: Sat, 6 Dec 2008 18:31:55 +0000 (+0000) Subject: | needs to be escaped, too. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=68c0cbb3aa0b2e399f0f9ff06ab2ec6df4762651;p=cparser | needs to be escaped, too. [r24361] --- diff --git a/main.c b/main.c index 3a3b173..79c526c 100644 --- a/main.c +++ b/main.c @@ -271,6 +271,7 @@ static void add_flag(struct obstack *obst, const char *format, ...) case '\r': case '\t': case '`': + case '|': obstack_1grow(obst, '\\'); /* FALLTHROUGH */ default: