From 16545b0a6745babc7ed872f27da205148574b2af Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 26 Nov 1995 11:19:51 -0500 Subject: (truthvalue_conversion): Add declaration. From-SVN: r10585 --- gcc/expr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc') diff --git a/gcc/expr.c b/gcc/expr.c index e75a7d0..2d307a2 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -191,6 +191,7 @@ static rtx compare PROTO((tree, enum rtx_code, enum rtx_code)); static rtx do_store_flag PROTO((tree, rtx, enum machine_mode, int)); static tree defer_cleanups_to PROTO((tree)); extern void (*interim_eh_hook) PROTO((tree)); +extern tree truthvalue_conversion PROTO((tree)); /* Record for each mode whether we can move a register directly to or from an object of that mode in memory. If we can't, we won't try -- cgit v1.1