summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/objc/objc-lang.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-09 20:02:13 +0000
committerobrien <obrien@FreeBSD.org>2002-05-09 20:02:13 +0000
commit98051db4df2d731c020b9560e9937beb0e4656b1 (patch)
tree36f481a01150941dad35fedfafeac692064186ca /contrib/gcc/objc/objc-lang.c
parente28e4d7e4707573d64baa270f9578937fe574a87 (diff)
parentc8f5fc7032940ad6633f932ac40cade82ec4d0cc (diff)
downloadFreeBSD-src-98051db4df2d731c020b9560e9937beb0e4656b1.zip
FreeBSD-src-98051db4df2d731c020b9560e9937beb0e4656b1.tar.gz
This commit was generated by cvs2svn to compensate for changes in r96263,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/gcc/objc/objc-lang.c')
-rw-r--r--contrib/gcc/objc/objc-lang.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gcc/objc/objc-lang.c b/contrib/gcc/objc/objc-lang.c
index 7e2cae7..874a9c3 100644
--- a/contrib/gcc/objc/objc-lang.c
+++ b/contrib/gcc/objc/objc-lang.c
@@ -60,6 +60,9 @@ static void objc_post_options PARAMS ((void));
#undef LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P
#define LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P \
anon_aggr_type_p
+#undef LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING
+#define LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING \
+ c_convert_parm_for_inlining
/* Each front end provides its own hooks, for toplev.c. */
const struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER;
OpenPOWER on IntegriCloud