From 0a9295942a2da05c9d8f4f1154cfcb303e210e07 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 27 Jun 1992 07:10:57 -0400 Subject: [PATCH] Add declaration of truthvalue_conversion. From-SVN: r1309 --- gcc/c-tree.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 46b5650..f9a841a 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -175,6 +175,10 @@ extern tree shorten_compare (); /* Read the rest of the current #-directive line. */ extern char *get_directive_line (); +/* Prepare expr to be an argument of a TRUTH_NOT_EXPR, + or validate its data type for an `if' or `while' statement or ?..: exp. */ +extern tree truthvalue_conversion (); + extern int maybe_objc_comptypes (); extern tree maybe_building_objc_message_expr (); -- 2.7.4