aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
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