From ecc35bdf9530ab94881d3f9e150029bf2335d599 Mon Sep 17 00:00:00 2001 From: law Date: Thu, 8 Oct 1998 21:09:20 +0000 Subject: * emit-rtl.c (init_emit_once): Call INIT_EXPANDERS. * cpplib.h: Protect from multiple inclusions. * cpplib.c: Fix minor formatting problems. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22937 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cpplib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cpplib.c') diff --git a/gcc/cpplib.c b/gcc/cpplib.c index 874a1759a50..da2f54a97f0 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; } -- cgit v1.2.3