diff options
author | redbrain <redbrain@gcc.gnu.org> | 2011-07-04 12:24:35 +0100 |
---|---|---|
committer | redbrain <redbrain@gcc.gnu.org> | 2011-07-04 12:24:35 +0100 |
commit | ad0e954fcba497d3f644404bb88eb49e2c9dae4f (patch) | |
tree | e3312660be065d22f055b93e17ed398b1c03a6c8 /gcc/python/py-stmt-pass-mangr.c | |
parent | e4417637d94bfa5c846e556510f2b518cedb1886 (diff) | |
download | gcc-python.tar.gz |
it compiles nowpython
Diffstat (limited to 'gcc/python/py-stmt-pass-mangr.c')
-rw-r--r-- | gcc/python/py-stmt-pass-mangr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/python/py-stmt-pass-mangr.c b/gcc/python/py-stmt-pass-mangr.c index aa739a50c9b..546de26ef8e 100644 --- a/gcc/python/py-stmt-pass-mangr.c +++ b/gcc/python/py-stmt-pass-mangr.c @@ -265,7 +265,7 @@ void gpy_stmt_write_globals (void) FILE *tu_stream = dump_begin (TDI_tu, NULL); for (idx=0; VEC_iterate (tree,globals,idx,itx); ++idx) { - // debug_tree (itx); + debug_tree (itx); if (tu_stream) dump_node (itx, 0, tu_stream); |