diff options
author | redbrain <redbrain@gcc.gnu.org> | 2012-04-21 19:12:19 +0100 |
---|---|---|
committer | redbrain <redbrain@gcc.gnu.org> | 2012-04-21 19:12:19 +0100 |
commit | 6bb2994a691ee688ac538c2ac9d382804aad5abe (patch) | |
tree | 9bf8e9a3e0886c75383b07c144be6a157b285c11 /gcc/python/py-runtime.h | |
parent | 30903ba9eb9e6b3f3d926041cfc438c71377d6f6 (diff) | |
download | gcc-alpha-v0.1.tar.gz |
lots of argument passing work finished and we can compile python nowalpha-v0.1
Diffstat (limited to 'gcc/python/py-runtime.h')
-rw-r--r-- | gcc/python/py-runtime.h | 3 |
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__ |