decl.c (init_decl_processing): Only call init_rtti_processing FLAG_RTTI is set.
* decl.c (init_decl_processing): Only call init_rtti_processing FLAG_RTTI is set. From-SVN: r17328
This commit is contained in:
parent
4b8140a62f
commit
1737fe20c5
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
1998-01-13 Brendan Kehoe <brendan@cygnus.com>
|
||||
|
||||
* decl.c (init_decl_processing): Only call init_rtti_processing
|
||||
FLAG_RTTI is set.
|
||||
|
||||
Mon Jan 12 01:35:18 1998 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* init.c (build_new_1): Split out from build_new.
|
||||
|
|
|
@ -5601,7 +5601,8 @@ init_decl_processing ()
|
|||
init_class_processing ();
|
||||
init_init_processing ();
|
||||
init_search_processing ();
|
||||
init_rtti_processing ();
|
||||
if (flag_rtti)
|
||||
init_rtti_processing ();
|
||||
|
||||
if (flag_exceptions)
|
||||
init_exception_processing ();
|
||||
|
|
Loading…
Add table
Reference in a new issue