* decl.c (init_decl_processing): Call MD_INIT_BUILTINS.

From-SVN: r37001
This commit is contained in:
Geoff Keating 2000-10-22 01:38:09 +00:00 committed by Geoffrey Keating
parent aca77bd196
commit 3b9ae6f0d5
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2000-10-21 Geoffrey Keating <geoffk@cygnus.com>
* decl.c (init_decl_processing): Call MD_INIT_BUILTINS.
2000-10-21 Jason Merrill <jason@redhat.com> 2000-10-21 Jason Merrill <jason@redhat.com>
* parse.y (operator): Set got_object from got_scope. * parse.y (operator): Set got_object from got_scope.

View file

@ -6546,6 +6546,10 @@ init_decl_processing ()
void_ftype_ptr void_ftype_ptr
= build_exception_variant (void_ftype_ptr, empty_except_spec); = build_exception_variant (void_ftype_ptr, empty_except_spec);
#ifdef MD_INIT_BUILTINS
MD_INIT_BUILTINS;
#endif
/* C++ extensions */ /* C++ extensions */
unknown_type_node = make_node (UNKNOWN_TYPE); unknown_type_node = make_node (UNKNOWN_TYPE);