summaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-10-31 06:45:45 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-10-31 06:45:45 +0000
commitfdbc1bed84d111b1ddd8e2771f92e16b8e00ce82 (patch)
tree6bc54f26c24db4e3651f5d6454899230fbbd9281 /gcc/c-common.h
parenta43e402dc0c91dae3fa15dae9a594cf695a580b6 (diff)
downloadgcc-fdbc1bed84d111b1ddd8e2771f92e16b8e00ce82.tar.gz
2008-10-31 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r141467 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@141491 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index be38a60e54d..dc5da719c9b 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -746,7 +746,6 @@ extern tree shorten_binary_op (tree result_type, tree op0, tree op1, bool bitwis
extern tree shorten_compare (tree *, tree *, tree *, enum tree_code *);
extern tree pointer_int_sum (enum tree_code, tree, tree);
-extern unsigned int min_precision (tree, int);
/* Add qualifiers to a type, in the fashion for C. */
extern tree c_build_qualified_type (tree, int);