summaryrefslogtreecommitdiff
path: root/gcc/langhooks-def.h
diff options
context:
space:
mode:
authoraustern <austern@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-19 05:39:06 +0000
committeraustern <austern@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-19 05:39:06 +0000
commitd3ea5d40d21ab21ee8fd8535f3ab1063db800b0a (patch)
tree7e08f1322b9d5b1d9d1838dc1d6c7f36cc47d1bc /gcc/langhooks-def.h
parent5b145e0c42451e7245048bc1228227f64c7b5224 (diff)
downloadgcc-d3ea5d40d21ab21ee8fd8535f3ab1063db800b0a.tar.gz
* toplev.c, langhooks.c, langhooks-def.h: Move
write_global_declarations from toplev.c to langhooks.c. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63094 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/langhooks-def.h')
-rw-r--r--gcc/langhooks-def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h
index 6fc10603a7f..8834e787457 100644
--- a/gcc/langhooks-def.h
+++ b/gcc/langhooks-def.h
@@ -82,7 +82,6 @@ int lhd_tree_inlining_start_inlining PARAMS ((tree));
void lhd_tree_inlining_end_inlining PARAMS ((tree));
tree lhd_tree_inlining_convert_parm_for_inlining PARAMS ((tree, tree, tree));
-/* In toplev.c */
void write_global_declarations PARAMS ((void));
#define LANG_HOOKS_NAME "GNU unknown"