From: Jeffrey A Law Date: Sun, 29 Mar 1998 11:46:20 +0000 (+0000) Subject: * tree.h (lang_print_xnode): Provide prototype. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31ed227bc6e0fd6c354ef678cb618e32237ace25;p=platform%2Fupstream%2Fgcc.git * tree.h (lang_print_xnode): Provide prototype. From-SVN: r18890 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ebfbfe1..e113a71 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun Mar 29 12:45:23 1998 Jeffrey A Law (law@cygnus.com) + + * tree.h (lang_print_xnode): Provide prototype. + Sat Mar 28 23:50:44 PST 1998 Jeff Law (law@cygnus.com) * version.c: Bump for snapshot. 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. */