From af8b342afe49fbdca4673f95cda3fca92891e054 Mon Sep 17 00:00:00 2001 From: Alexandre Petit-Bianco Date: Fri, 14 May 1999 13:44:11 +0000 Subject: [multiple changes] Fri May 14 12:31:08 1999 Alexandre Petit-Bianco * xref.c (xref_set_current_fp): New function, defined. * xref.h (xref_set_current_fp): New function, prototyped. Fri May 14 11:57:54 1999 Alexandre Petit-Bianco * check-init.c (check_init): Take into account that LABELED_BLOCK_STMT can be empty. From-SVN: r26935 --- gcc/java/xref.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/java/xref.c') diff --git a/gcc/java/xref.c b/gcc/java/xref.c index 0e269bf..8835e8d 100644 --- a/gcc/java/xref.c +++ b/gcc/java/xref.c @@ -66,6 +66,13 @@ xref_get_data (flag) return xref_table [flag-1].data; } +void +xref_set_current_fp (fp) + FILE *fp; +{ + xref_table [flag_emit_xref-1].fp = fp; +} + /* Branch to the right xref "back-end". */ void -- cgit v1.1