Commit 3b9ae6f0 by Geoff Keating Committed by Geoffrey Keating

* decl.c (init_decl_processing): Call MD_INIT_BUILTINS.

From-SVN: r37001
parent aca77bd1
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>
* parse.y (operator): Set got_object from got_scope.
......
......@@ -6546,6 +6546,10 @@ init_decl_processing ()
void_ftype_ptr
= build_exception_variant (void_ftype_ptr, empty_except_spec);
#ifdef MD_INIT_BUILTINS
MD_INIT_BUILTINS;
#endif
/* C++ extensions */
unknown_type_node = make_node (UNKNOWN_TYPE);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment