diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-10-08 15:09:20 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-10-08 15:09:20 -0600 |
commit | 990c642c8991cf262218e98d7fedf47b1127db05 (patch) | |
tree | e1be7e69b9f0b36cfc64fe2d9529b21cca2a4c00 /gcc/cpplib.c | |
parent | 5a41b4763507981d960b30ee9604d96430a543ad (diff) | |
download | gcc-990c642c8991cf262218e98d7fedf47b1127db05.zip gcc-990c642c8991cf262218e98d7fedf47b1127db05.tar.gz gcc-990c642c8991cf262218e98d7fedf47b1127db05.tar.bz2 |
emit-rtl.c (init_emit_once): Call INIT_EXPANDERS.
* emit-rtl.c (init_emit_once): Call INIT_EXPANDERS.
* cpplib.h: Protect from multiple inclusions.
* cpplib.c: Fix minor formatting problems.
From-SVN: r22937
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index 874a175..da2f54a 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -6511,7 +6511,7 @@ cpp_handle_option (pfile, argc, argv) case 't': if (!strcmp (argv[i], "-traditional")) { opts->traditional = 1; - opts->cplusplus_comments = 0; + opts->cplusplus_comments = 0; } else if (!strcmp (argv[i], "-trigraphs")) { if (!opts->chill) opts->no_trigraphs = 0; @@ -6816,7 +6816,7 @@ cpp_handle_option (pfile, argc, argv) opts->out_fname = ""; break; } /* else fall through into error */ - + default: return i; } |