aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r--gcc/langhooks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h
index c109c8c..cfaee62 100644
--- a/gcc/langhooks.h
+++ b/gcc/langhooks.h
@@ -546,5 +546,6 @@ extern tree add_builtin_type (const char *name, tree type);
extern bool lang_GNU_C (void);
extern bool lang_GNU_CXX (void);
extern bool lang_GNU_Fortran (void);
-
+extern bool lang_GNU_OBJC (void);
+
#endif /* GCC_LANG_HOOKS_H */