aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2003-07-21 21:25:47 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2003-07-21 21:25:47 +0000
commit48873ed202e108b84d10358932a8cbf02c41f15e (patch)
treeb8c3a0974d2bb92c973491e3808baf5224a7730d /gcc/c-tree.h
parentdd039fc9e6cc2bf9214cb0ff87a07d0346829a59 (diff)
downloadgcc-48873ed202e108b84d10358932a8cbf02c41f15e.zip
gcc-48873ed202e108b84d10358932a8cbf02c41f15e.tar.gz
gcc-48873ed202e108b84d10358932a8cbf02c41f15e.tar.bz2
c-common.h (num_in_fnames): Declare.
* c-common.h (num_in_fnames): Declare. (c_static_assembler_name): Move from here... * c-tree.h (c_static_assembler_name): ... to here. * c-opts.c: Don't include langhooks-def.h. (c_static_assembler_name): Move to c-decl.c. (num_in_fnames): Make externally visible. * c-decl.c: Include langhooks-def.h. (c_static_assembler_name): Move from c-opts.c. * Makefile.in (c-decl.o): Add $(LANGHOOKS_DEF_H). (c-opts.o): Remove $(LANGHOOKS_DEF_H). From-SVN: r69650
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index fb12e7a..0a36609 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -230,6 +230,7 @@ extern tree xref_tag (enum tree_code, tree);
extern tree c_begin_compound_stmt (void);
extern void c_expand_deferred_function (tree);
extern void c_expand_decl_stmt (tree);
+extern void c_static_assembler_name (tree);
extern tree make_pointer_declarator (tree, tree);
extern void merge_translation_unit_decls (void);