Commit 501ba25a by Mark Mitchell Committed by Mark Mitchell

cp-tree.h (c_get_alias_set): Declare.

	* cp-tree.h (c_get_alias_set): Declare.
	* decl.c (init_decl_processing): Set lang_get_alias_set.

From-SVN: r20720
parent 41472af8
1998-06-25 Mark Mitchell <mark@markmitchell.com>
* cp-tree.h (c_get_alias_set): Declare.
* decl.c (init_decl_processing): Set lang_get_alias_set.
1998-06-25 Andrew MacLeod <amacleod@cygnus.com> 1998-06-25 Andrew MacLeod <amacleod@cygnus.com>
* cp-tree.h (mark_all_runtime_matches): Add function prototype. * cp-tree.h (mark_all_runtime_matches): Add function prototype.
......
...@@ -1743,6 +1743,7 @@ extern tree shorten_compare PROTO((tree *, tree *, tree *, e ...@@ -1743,6 +1743,7 @@ extern tree shorten_compare PROTO((tree *, tree *, tree *, e
extern tree truthvalue_conversion PROTO((tree)); extern tree truthvalue_conversion PROTO((tree));
extern tree type_for_mode PROTO((enum machine_mode, int)); extern tree type_for_mode PROTO((enum machine_mode, int));
extern tree type_for_size PROTO((unsigned, int)); extern tree type_for_size PROTO((unsigned, int));
extern int c_get_alias_set PROTO((tree));
/* in decl{2}.c */ /* in decl{2}.c */
extern tree void_list_node; extern tree void_list_node;
......
...@@ -5954,6 +5954,7 @@ init_decl_processing () ...@@ -5954,6 +5954,7 @@ init_decl_processing ()
using_eh_for_cleanups (); using_eh_for_cleanups ();
print_error_function = lang_print_error_function; print_error_function = lang_print_error_function;
lang_get_alias_set = &c_get_alias_set;
} }
/* Function to print any language-specific context for an error message. */ /* Function to print any language-specific context for an error message. */
......
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