diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-01 17:57:27 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-01 17:57:27 +0000 |
commit | 2c0e001bbb4f42e4d68a61140344a1e16fd3cdfe (patch) | |
tree | 86574f9925b42a9611cf138f95cf23040f8ab07f /gcc/cpplex.c | |
parent | 2926d140e3eb8b89a785cf65ad9c62021c321f58 (diff) | |
download | gcc-2c0e001bbb4f42e4d68a61140344a1e16fd3cdfe.tar.gz |
* alias.c: Fix comment formatting.
* bitmap.c: Likewise.
* builtins.c: Likewise.
* calls.c: Likewise.
* c-common.c: Likewise.
* c-decl.c: Likewise.
* c-dump.c: Likewise.
* c-lex.c: Likewise.
* collect2.c: Likewise.
* combine.c: Likewise.
* conflict.c: Likewise.
* cppfiles.c: Likewise.
* cppinit.c: Likewise.
* cpplex.c: Likewise.
* cpplib.c: Likewise.
* cppmacro.c: Likewise.
* cppspec.c: Likewise.
* c-pragma.c: Likewise.
* crtstuff.c: Likewise.
* cse.c: Likewise.
* cselib.c: Likewise.
* c-semantics.c: Likewise.
* c-typeck.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44547 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r-- | gcc/cpplex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c index 5970442c073..af2b9e93006 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -447,7 +447,7 @@ skip_whitespace (pfile, c) break; c = *buffer->cur++; } - /* We only want non-vertical space, i.e. ' ' \t \f \v \0. */ + /* We only want non-vertical space, i.e. ' ' \t \f \v \0. */ while (is_nvspace (c)); /* Remember the next character. */ @@ -960,7 +960,7 @@ _cpp_lex_token (pfile, result) case '$': if (!CPP_OPTION (pfile, dollars_in_ident)) goto random_char; - /* Fall through... */ + /* Fall through... */ case '_': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': |