aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-06-02 17:33:00 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-06-02 17:33:00 -0700
commit2e761e491932350e080453897ae449040a102897 (patch)
treebd27084a3b6068f80bd96842322bfbe8eb1a62db /gcc/c-common.h
parent572240906d32202cb0c98e22445f251431d97811 (diff)
downloadgcc-2e761e491932350e080453897ae449040a102897.zip
gcc-2e761e491932350e080453897ae449040a102897.tar.gz
gcc-2e761e491932350e080453897ae449040a102897.tar.bz2
alias.c (lang_get_alias_set): Remove.
gcc/ * alias.c (lang_get_alias_set): Remove. (get_alias_set): Call it directly, not indirectly. * c-common.c (lang_get_alias_set): Rename from c_get_alias_set. * c-common.h (c_get_alias_set): Don't declare. * c-decl.c (init_decl_processing): Don't set lang_get_alias_set. * expr.h (lang_get_alias_set): Declare as function, not pointer. gcc/ch/ * lang.c (lang_get_alias_set): New. gcc/cp/ * decl.c (init_decl_processing): Don't set lang_get_alias_set. gcc/f/ * com.c (lang_get_alias_set): New. gcc/java/ * lang.c (lang_get_alias_set): New. From-SVN: r34368
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index 30f58f8..d042724 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -97,7 +97,6 @@ extern void decl_attributes PARAMS ((tree, tree, tree));
extern void init_function_format_info PARAMS ((void));
extern void check_function_format PARAMS ((tree, tree, tree));
extern void c_apply_type_quals_to_decl PARAMS ((int, tree));
-extern HOST_WIDE_INT c_get_alias_set PARAMS ((tree));
/* Print an error message for invalid operands to arith operation CODE.
NOP_EXPR is used as a special case (see truthvalue_conversion). */
extern void binary_op_error PARAMS ((enum tree_code));