diff options
Diffstat (limited to 'gcc/f/com.c')
-rw-r--r-- | gcc/f/com.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/f/com.c b/gcc/f/com.c index 0f895a9..5e5d4ef 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -14842,6 +14842,16 @@ lang_decode_option (p) return ffe_decode_option (p); } +/* used by print-tree.c */ + +void +lang_print_xnode (file, node, indent) + FILE *file UNUSED; + tree node UNUSED; + int indent UNUSED; +{ +} + void lang_finish () { |