diff options
Diffstat (limited to 'gcc/cp/cp-objcp-common.c')
-rw-r--r-- | gcc/cp/cp-objcp-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-objcp-common.c b/gcc/cp/cp-objcp-common.c index 701e06d01fb..a4c63f1407a 100644 --- a/gcc/cp/cp-objcp-common.c +++ b/gcc/cp/cp-objcp-common.c @@ -35,7 +35,7 @@ along with GCC; see the file COPYING3. If not see /* Special routine to get the alias set for C++. */ -HOST_WIDE_INT +alias_set_type cxx_get_alias_set (tree t) { if (IS_FAKE_BASE_TYPE (t)) |