diff options
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 b6f58a9..b63f363 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. */ |