diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-22 15:20:04 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-22 15:20:04 +0000 |
commit | 1d7dabcf751bc68cb630d0c52d7008fc95f3f02d (patch) | |
tree | 3de7eb08094805d14eb2779bfcf6e4cca4a51604 /gcc/tree-pretty-print.c | |
parent | e9a597fe457cc2062847d037eff33da8eed5dbc7 (diff) | |
download | gcc-1d7dabcf751bc68cb630d0c52d7008fc95f3f02d.tar.gz |
2009-06-22 Basile Starynkevitch <basile@starynkevitch.net>
* basilys.c (struct ppbasilysflushdata_st): removed.
(meltppbuffer, meltppbufsiz, meltppfile, meltppfilename): added
static variables.
(open_meltpp_file, close_meltpp_file): added new functions.
(basilysgc_ppstrbuf_gimple) renamed as (basilysgc_ppout_gimple)
using above meltpp stuff.
(basilysgc_ppstrbuf_gimpleseq) renamed
as (basilysgc_ppout_gimpleseq) using above meltpp stuff.
(basilysgc_ppstrbuf_tree) renamed as (basilysgc_ppout_tree) using
above meltpp stuff.
(basilysgc_ppstrbuf_basicblock) renamed
as (basilysgc_ppout_basicblock) using above meltpp stuff.
(basilysgc_ppstrbuf_mpz) renamed as (basilysgc_ppout_mpz) using
above meltpp stuff.
(basilysgc_ppstrbuf_mixbigint) renamed
as (basilysgc_ppout_mixbigint) using above meltpp stuff.
* basilys.h (basilysgc_ppstrbuf_gimple)
(basilysgc_ppstrbuf_gimple_seq, basilysgc_ppstrbuf_tree)
(basilysgc_ppstrbuf_basicblock, basilysgc_ppstrbuf_mpz)
(basilysgc_ppstrbuf_mixbigint): renamed and provided as macros.
(basilysgc_ppout_gimple)
(basilysgc_ppout_gimple_seq, basilysgc_ppout_tree)
(basilysgc_ppout_basicblock, basilysgc_ppout_mpz)
(basilysgc_ppout_mixbigint): added.
* pretty-print.c: reverted to trunk.
* pretty-print.h: reverted to trunk.
* gimple-pretty-print.c: reverted to trunk.
* configure: regenerated.
* configure.ac: testing for open_memstream.
* cfg.c: reverted to trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@148805 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-pretty-print.c')
-rw-r--r-- | gcc/tree-pretty-print.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c index d754aaba732..14269077715 100644 --- a/gcc/tree-pretty-print.c +++ b/gcc/tree-pretty-print.c @@ -2822,7 +2822,6 @@ maybe_init_pretty_print (FILE *file) } buffer.buffer->stream = file; - buffer.buffer->buflushroutine = 0; } static void |