diff options
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index 40c3c3a..45b35f4 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -478,8 +478,6 @@ copy_rest_of_line (pfile) /* else fall through */ case '-': c = skip_comment (pfile, c); - if (c == ' ') - return; break; case '\f': |