aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-03-29 11:46:20 +0000
committerJeff Law <law@gcc.gnu.org>1998-03-29 04:46:20 -0700
commit31ed227bc6e0fd6c354ef678cb618e32237ace25 (patch)
tree7a9833324f7ece1f79c8872b78b2946104170a93 /gcc/tree.h
parentfe7762969816675c1ad41fd514ac38a69393e55b (diff)
downloadgcc-31ed227bc6e0fd6c354ef678cb618e32237ace25.zip
gcc-31ed227bc6e0fd6c354ef678cb618e32237ace25.tar.gz
gcc-31ed227bc6e0fd6c354ef678cb618e32237ace25.tar.bz2
* tree.h (lang_print_xnode): Provide prototype.
From-SVN: r18890
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index b78234c..c993031 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. */