diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-19 21:04:38 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-19 21:04:38 +0000 |
commit | 7981458e52a142ac30c3373030e2b022849c2bce (patch) | |
tree | 65a1b182fb86bfce6ef7b7223a461de628f18346 /gcc/cpplib.h | |
parent | 7ad3dd5ca5e28c184b3c05258fb506539375bd55 (diff) | |
download | gcc-7981458e52a142ac30c3373030e2b022849c2bce.tar.gz |
* c-common.c: Fix comment formatting.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* cppinit.c: Likewise.
* cpplib.h: Likewise.
* emit-rtl.c: Likewise.
* input.h: Likewise.
* line-map.h: Likewise.
* opts.c: Likewise.
* opts.h: Likewise.
* simplify-rtx.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70577 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index b6f58a95cc6..b63f363807d 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -537,7 +537,7 @@ extern const char *cpp_read_main_file (cpp_reader *, const char *); extern void cpp_init_builtins (cpp_reader *, int); /* This is called after options have been parsed, and partially - processed. */ + processed. */ extern void cpp_post_options (cpp_reader *); /* Set up translation to the target character set. */ |