diff options
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r-- | gcc/c-lang.c | 10 |
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 |