aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/repo.c
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2003-06-28 00:30:31 +0000
committerZack Weinberg <zack@codesourcery.com>2003-06-28 00:30:31 +0000
commit64038b3290a3e2dcf4cb864f7be0672a9f0c7f00 (patch)
tree1bf05e7aec3517a89d71382e39dbbc8e0fecfab2 /gcc/cp/repo.c
parent0c3bc95fb23f0620833d0c18723156c5d0b6d6f2 (diff)
* c-format.c (check_format_string, get_constant)
* cfgrtl.c (rtl_split_edge): Mark the definition static, matching the forward declaration. cp: * decl.c (build_typename_type) * mangle.c (write_template_template_arg) * parser.c (cp_parser_scope_through_which_access_occurs) * pt.c (push_access_scope_real, push_access_scope, pop_access_scope) * repo.c (get_base_filename) * semantics.c (maybe_convert_cond): Mark the definition static, matching the forward declaration. java: * class.c (build_method_symbols_entry) * expr.c (get_offset_table_index) * jcf-parse.c (jcf_parse): Mark the definition static, matching the forward declaration. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@68622 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/repo.c')
-rw-r--r--gcc/cp/repo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c
index 603b04eef06..7b7b48cecd5 100644
--- a/gcc/cp/repo.c
+++ b/gcc/cp/repo.c
@@ -234,7 +234,7 @@ extract_string (char **pp)
return obstack_finish (&temporary_obstack);
}
-const char *
+static const char *
get_base_filename (const char *filename)
{
char *p = getenv ("COLLECT_GCC_OPTIONS");