aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@integrable-solutions.net>2004-08-02 16:45:52 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2004-08-02 16:45:52 +0000
commitb1e8c0fdac7d65fa094be8b4db75d16e3a9900b6 (patch)
treebf0f8b7e626dc9c8437fc98e1faad01c2a368052 /gcc/langhooks.h
parent8965ece1043514b1f829647a48b4e1059b4ada81 (diff)
downloadgcc-b1e8c0fdac7d65fa094be8b4db75d16e3a9900b6.zip
gcc-b1e8c0fdac7d65fa094be8b4db75d16e3a9900b6.tar.gz
gcc-b1e8c0fdac7d65fa094be8b4db75d16e3a9900b6.tar.bz2
libiberty.h (XDELETE, [...]): Remove any const-qualification before disposal.
include/ * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any const-qualification before disposal. gcc/ * vec.h (DEF_VEC_P): Add proper cast to uses of vec_o_reserve and vec_p_reserve. * langhooks.h (lang_hooks::builtin_function): Rename parameter from "class" to "bt_class". From-SVN: r85441
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r--gcc/langhooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h
index 04dc114..108b451 100644
--- a/gcc/langhooks.h
+++ b/gcc/langhooks.h
@@ -411,7 +411,7 @@ struct lang_hooks
the name to be called if we can't opencode the function. If
ATTRS is nonzero, use that for the function's attribute list. */
tree (*builtin_function) (const char *name, tree type, int function_code,
- enum built_in_class class,
+ enum built_in_class bt_class,
const char *library_name, tree attrs);
/* Whenever you add entries here, make sure you adjust langhooks-def.h