diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 979c380..d9c50bd 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -3265,7 +3265,7 @@ c_apply_type_quals_to_decl (type_quals, decl) or a type. Return -1 if we don't do anything special. */ HOST_WIDE_INT -c_get_alias_set (t) +lang_get_alias_set (t) tree t; { tree u; |