aboutsummaryrefslogtreecommitdiff
path: root/libgpython/include
diff options
context:
space:
mode:
Diffstat (limited to 'libgpython/include')
-rw-r--r--libgpython/include/gpython/objects.h1
-rw-r--r--libgpython/include/gpython/runtime.h4
2 files changed, 2 insertions, 3 deletions
diff --git a/libgpython/include/gpython/objects.h b/libgpython/include/gpython/objects.h
index 741221e872e..114a551c676 100644
--- a/libgpython/include/gpython/objects.h
+++ b/libgpython/include/gpython/objects.h
@@ -121,5 +121,6 @@ extern gpy_object_t * gpy_create_object_decl (gpy_typedef_t *, void *);
extern unsigned char * gpy_object_staticmethod_getaddr (gpy_object_t *);
extern void gpy_obj_integer_mod_init (gpy_vector_t * const);
+extern void gpy_obj_staticmethod_mod_init (gpy_vector_t * const);
#endif //__GCC_OBJECTS_H__
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__