diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-29 11:46:20 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-29 11:46:20 +0000 |
commit | df43607fd15f3b68f9306b9bd2c18950f86364c0 (patch) | |
tree | 7a9833324f7ece1f79c8872b78b2946104170a93 /gcc/tree.h | |
parent | 9c3cfc5f1f672494b37abc77547b4b23bb9156f5 (diff) | |
download | ppe42-gcc-df43607fd15f3b68f9306b9bd2c18950f86364c0.tar.gz ppe42-gcc-df43607fd15f3b68f9306b9bd2c18950f86364c0.zip |
* tree.h (lang_print_xnode): Provide prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18890 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index b78234c85e5..c9930316b9f 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -2143,6 +2143,10 @@ extern void mark_seen_cases PROTO ((tree, unsigned char *, long, int)); extern void check_for_full_enumeration_handling PROTO ((tree)); extern void declare_nonlocal_label PROTO ((tree)); +#ifdef BUFSIZ +extern void lang_print_xnode PROTO ((FILE *, tree, int)); +#endif + /* If KIND=='I', return a suitable global initializer (constructor) name. If KIND=='D', return a suitable global clean-up (destructor) name. */ |