summaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-12 18:23:09 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-12 18:23:09 +0000
commitbe9593c9e3b2b781bf67597725eb1b5b7fd4a7f9 (patch)
tree1aa10ff5dd99ba49bfecd670dd6df7e154e557b7 /gcc/c-common.h
parentb2436e0fc3e8af9e70a8fa83cf3a45455a0eaf5f (diff)
downloadgcc-be9593c9e3b2b781bf67597725eb1b5b7fd4a7f9.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41309 138bc75d-0d04-0410-961f-82ee72b054a4
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 acc23e499f0..fbdf1570d71 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));