aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lang.c
diff options
context:
space:
mode:
authorMartin v. Löwis <loewis@informatik.hu-berlin.de>1998-03-23 16:04:47 -0700
committerJeff Law <law@gcc.gnu.org>1998-03-23 16:04:47 -0700
commitbc289659328c9dc90c6870fae99ff83fc4d2d99b (patch)
tree4544a3b963fced0869332b2cf0847b04bdf8c561 /gcc/c-lang.c
parent990ac8d73027611ce75c76a6bd26eb1c0043a278 (diff)
downloadgcc-bc289659328c9dc90c6870fae99ff83fc4d2d99b.zip
gcc-bc289659328c9dc90c6870fae99ff83fc4d2d99b.tar.gz
gcc-bc289659328c9dc90c6870fae99ff83fc4d2d99b.tar.bz2
c-lang.c (lang_print_xnode): New function.
* c-lang.c (lang_print_xnode): New function. * objc/objc-act.c (lang_print_xnode): Likewise. * print-tree.c (print_node): Call it * com.c (lang_print_xnode): New function. From-SVN: r18789
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r--gcc/c-lang.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c
index 4b4a684..326b97f 100644
--- a/gcc/c-lang.c
+++ b/gcc/c-lang.c
@@ -61,6 +61,16 @@ print_lang_statistics ()
{
}
+/* used by print-tree.c */
+
+void
+lang_print_xnode (file, node, indent)
+ FILE *file;
+ tree node;
+ int indent;
+{
+}
+
/* Used by c-lex.c, but only for objc. */
tree