summaryrefslogtreecommitdiff
path: root/gcc/cppmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r--gcc/cppmain.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c
index b8757c705d0..99ca2deb90b 100644
--- a/gcc/cppmain.c
+++ b/gcc/cppmain.c
@@ -259,8 +259,7 @@ scan_translation_unit (pfile)
print.prev = token;
cpp_output_token (token, print.outf);
- if (token->type == CPP_STRING || token->type == CPP_WSTRING
- || token->type == CPP_COMMENT)
+ if (token->type == CPP_COMMENT)
check_multiline_token (&token->val.str);
}
}