aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/repo.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-12-19 23:28:11 +0000
committerKazu Hirata <kazu@cs.umass.edu>2003-12-19 23:28:11 +0000
commitb459180c21092222645ea957c210a9e60a66b9ee (patch)
treedb50c20cd761100b68a6e16b3181750fe3f14753 /gcc/cp/repo.c
parent75dc392e4514567b3e05441e5a93e95f7d71a056 (diff)
* cvt.c: Remove uses of "register" specifier in
declarations of arguments and local variables. * decl.c: Likewise. * decl2.c: Likewise. * expr.c: Likewise. * friend.c: Likewise. * lex.c: Likewise. * name-lookup.c: Likewise. * repo.c: Likewise. * search.c: Likewise. * tree.c: Likewise. * typeck.c: Likewise. * typeck2.c: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@74855 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 7b7b48cecd5..a9a5b35c293 100644
--- a/gcc/cp/repo.c
+++ b/gcc/cp/repo.c
@@ -267,7 +267,7 @@ get_base_filename (const char *filename)
static void
open_repo_file (const char *filename)
{
- register const char *p;
+ const char *p;
const char *s = get_base_filename (filename);
if (s == NULL)