aboutsummaryrefslogtreecommitdiff
path: root/gcc/python/py-runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/python/py-runtime.h')
-rw-r--r--gcc/python/py-runtime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/python/py-runtime.h b/gcc/python/py-runtime.h
index 02a6165a76c..6c8ab6a1460 100644
--- a/gcc/python/py-runtime.h
+++ b/gcc/python/py-runtime.h
@@ -75,5 +75,8 @@ extern tree GPY_RR_fold_attrib_ref (tree, tree);
/* Eval call */
extern tree GPY_RR_fold_call (VEC(tree,gc) *);
+/* Eval arg */
+extern tree GPY_RR_fold_argument (tree, tree);
+
#endif //__GCC_PY_RUNTIME_H__