aboutsummaryrefslogtreecommitdiff
path: root/gcc/python/gpython.h
diff options
context:
space:
mode:
authorredbrain <redbrain@gcc.gnu.org>2012-03-27 15:24:59 +0100
committerredbrain <redbrain@gcc.gnu.org>2012-03-27 15:24:59 +0100
commit34666fef835c357381918b202091f6b673b6e489 (patch)
treebbfb3dc3fadbdf3415a075b5e6e917aec3560f2d /gcc/python/gpython.h
parent86ff921a56aa4c473e5ac9d5d260de94f5a16066 (diff)
cleanups
Diffstat (limited to 'gcc/python/gpython.h')
-rw-r--r--gcc/python/gpython.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/python/gpython.h b/gcc/python/gpython.h
index 097d3f1508a..9cea94ed3e7 100644
--- a/gcc/python/gpython.h
+++ b/gcc/python/gpython.h
@@ -20,14 +20,13 @@ along with GCC; see the file COPYING3. If not see
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 *);
-
extern void gpy_preserve_from_gc (tree);
extern void gpy_add_search_path (const char *);
extern void gpy_parse_input_files (const char **, unsigned int);
-extern void gpy_stmt_write_globals (void);
+extern void gpy_dot_pass_manager_write_globals (void);
+
extern tree gpy_type_for_size (unsigned int, int);
extern tree gpy_type_for_mode (enum machine_mode, int);