aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2004-06-13 23:41:31 -0400
committerJason Merrill <jason@gcc.gnu.org>2004-06-13 23:41:31 -0400
commite5da415c49b335f665aca9d63d49abefe0ab1d8e (patch)
tree2584be66b0b9d16c899a17d4f68d8d9ff0f2e267 /gcc/tree.h
parentce25943a4de8370b03133113eb9935f92fbc7a75 (diff)
downloadgcc-e5da415c49b335f665aca9d63d49abefe0ab1d8e.zip
gcc-e5da415c49b335f665aca9d63d49abefe0ab1d8e.tar.gz
gcc-e5da415c49b335f665aca9d63d49abefe0ab1d8e.tar.bz2
tree.h: Move std_gimplify_va_arg_expr protoype here.
* tree.h: Move std_gimplify_va_arg_expr protoype here. * tree-gimple.h: From here. From-SVN: r83079
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index e0ba912..de012fb 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -3526,6 +3526,7 @@ extern tree mathfn_built_in (tree, enum built_in_function fn);
extern tree strip_float_extensions (tree);
extern tree simplify_builtin (tree, int);
extern tree c_strlen (tree, int);
+extern tree std_gimplify_va_arg_expr (tree, tree, tree *, tree *);
/* In convert.c */
extern tree strip_float_extensions (tree);