aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-11 23:13:12 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-11 23:13:12 +0000
commit4e2fb7de2d62d73c3ef7967933af331aa3888f0a (patch)
treeec0ba20c291af19d0c5c23430ec5353db447b8c3 /gcc/c-tree.h
parent25a6c68bca08d059334543675bd5a6045008ff9b (diff)
downloadgcc-4e2fb7de2d62d73c3ef7967933af331aa3888f0a.zip
gcc-4e2fb7de2d62d73c3ef7967933af331aa3888f0a.tar.gz
gcc-4e2fb7de2d62d73c3ef7967933af331aa3888f0a.tar.bz2
c-typeck.c (c_size_in_bytes, [...]): Make them static.
* c-typeck.c (c_size_in_bytes, record_maybe_used_decl): Make them static. * c-tree.h: Remove the corresponding prototypes. From-SVN: r90504
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 18d200f..5db3c09 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -452,7 +452,6 @@ extern struct c_switch *c_switch_stack;
extern tree require_complete_type (tree);
extern int same_translation_unit_p (tree, tree);
extern int comptypes (tree, tree);
-extern tree c_size_in_bytes (tree);
extern bool c_mark_addressable (tree);
extern void c_incomplete_type_error (tree, tree);
extern tree c_type_promotes_to (tree);
@@ -461,7 +460,6 @@ extern tree build_component_ref (tree, tree);
extern tree build_indirect_ref (tree, const char *);
extern tree build_array_ref (tree, tree);
extern tree build_external_ref (tree, int);
-extern void record_maybe_used_decl (tree);
extern void pop_maybe_used (bool);
extern struct c_expr c_expr_sizeof_expr (struct c_expr);
extern struct c_expr c_expr_sizeof_type (struct c_type_name *);