aboutsummaryrefslogtreecommitdiff
path: root/libgpython/include/gpython/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgpython/include/gpython/runtime.h')
-rw-r--r--libgpython/include/gpython/runtime.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libgpython/include/gpython/runtime.h b/libgpython/include/gpython/runtime.h
index c01e98c8e1b..cf049237667 100644
--- a/libgpython/include/gpython/runtime.h
+++ b/libgpython/include/gpython/runtime.h
@@ -17,9 +17,7 @@ along with GCC; see the file COPYING3. If not see
#ifndef __GCC_RUNTIME_H__
#define __GCC_RUNTIME_H__
-extern gpy_vector_t * gpy_primitives;
-extern gpy_object_t ** gpy_globl_runtime_stack;
-
extern gpy_object_t * gpy_rr_fold_functor_decl (const char *, unsigned char *);
+extern unsigned char * gpy_rr_eval_attrib_reference (gpy_object_t *, const char *);
#endif //__GCC_RUNTIME_H__