aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-04-12 18:23:09 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-04-12 18:23:09 +0000
commit20e50c627742a85f445c2f6ad3534175f67ef046 (patch)
tree1aa10ff5dd99ba49bfecd670dd6df7e154e557b7 /gcc/c-common.h
parent33d3b05bdcdd35b4b11cd54c1a4a62b2b6c68aa5 (diff)
downloadgcc-20e50c627742a85f445c2f6ad3534175f67ef046.zip
gcc-20e50c627742a85f445c2f6ad3534175f67ef046.tar.gz
gcc-20e50c627742a85f445c2f6ad3534175f67ef046.tar.bz2
c-common.h (truthvalue_conversion, [...]): Delete redundant declarations.
* c-common.h (truthvalue_conversion, type_for_mode, type_for_size): Delete redundant declarations. * c-lex.h (is_class_name): Likewise. * c-tree.h (pedantic, convert, getdecls, gettags, global_bindings_p, init_decl_processing, insert_block, maybe_build_cleanup, poplevel, print_lang_decl, print_lang_identifier, print_lang_type, pushdecl, pushlevel, set_block, incomplete_type_error, build_function_call, lvalue_or_else, mark_addressable): Likewise. * expr.h (expand_tree_builtin): Likewise. From-SVN: r41309
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index acc23e4..fbdf157 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -514,11 +514,6 @@ extern char *get_directive_line PARAMS ((void));
See if the operands have both been converted from subword integer types
and, if so, perhaps change them both back to their original type. */
extern tree shorten_compare PARAMS ((tree *, tree *, tree *, enum tree_code *));
-/* 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 PARAMS ((tree));
-extern tree type_for_mode PARAMS ((enum machine_mode, int));
-extern tree type_for_size PARAMS ((unsigned, int));
extern unsigned int min_precision PARAMS ((tree, int));