aboutsummaryrefslogtreecommitdiff
path: root/gcc/python/gpython.h
diff options
context:
space:
mode:
authorredbrain <redbrain@gcc.gnu.org>2012-03-16 01:57:40 +0000
committerredbrain <redbrain@gcc.gnu.org>2012-03-16 01:57:40 +0000
commit512274ea721e6d635d99bff226cdd75ea2e3cbeb (patch)
tree23e20f6339974c7a20377a2b3e738035e177e157 /gcc/python/gpython.h
parentc665d69688cdda2a361423afe1c11e2766220686 (diff)
cleaning up more code
Diffstat (limited to 'gcc/python/gpython.h')
-rw-r--r--gcc/python/gpython.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/python/gpython.h b/gcc/python/gpython.h
index f5b71827ef8..097d3f1508a 100644
--- a/gcc/python/gpython.h
+++ b/gcc/python/gpython.h
@@ -18,6 +18,7 @@ along with GCC; see the file COPYING3. If not see
#define __GPY_H_
extern bool GPY_OPT_dump_dot;
+extern char * GPY_current_module_name;
extern int gpy_enable_dump (const char *);
extern void gpy_set_prefix (const char *);