From caa4368d89116077fe94191e6e3ee67b6a8b092b Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 22 Mar 2020 13:12:35 -0700 Subject: pp: Don't add leading space for first stringized token --- test/preprocess-macro-stringize-2.c | 1 + test/preprocess-macro-stringize-2.pp | 1 + 2 files changed, 2 insertions(+) (limited to 'test') diff --git a/test/preprocess-macro-stringize-2.c b/test/preprocess-macro-stringize-2.c index 81862b6..5631883 100644 --- a/test/preprocess-macro-stringize-2.c +++ b/test/preprocess-macro-stringize-2.c @@ -3,3 +3,4 @@ str(@) str(12 x- 3 abc) str('"' "\\") +str( abc) diff --git a/test/preprocess-macro-stringize-2.pp b/test/preprocess-macro-stringize-2.pp index 1dad46c..975126d 100644 --- a/test/preprocess-macro-stringize-2.pp +++ b/test/preprocess-macro-stringize-2.pp @@ -1,3 +1,4 @@ "@" "12 x- 3 abc" "'\"' \"\\\\\"" +"abc" -- cgit v1.2.3