From 7e87204ad6c289322ce6df1f40d0a5a958023bbb Mon Sep 17 00:00:00 2001 From: rth Date: Sun, 7 Jun 1998 14:06:47 +0000 Subject: * toplev.c (flag_exceptions): Default to 0. (compile_file): Remove flag_exceptions == 2 hack. (main): Call lang_init_options. * tree.h: Declare it. * c-lang.c: Implement it. * objc/objc-act.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20274 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c-lang.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/c-lang.c') diff --git a/gcc/c-lang.c b/gcc/c-lang.c index ca1e9fef443..ebba1919680 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -37,6 +37,11 @@ lang_decode_option (p) return c_decode_option (p); } +void +lang_init_options () +{ +} + void lang_init () { -- cgit v1.2.3