aboutsummaryrefslogtreecommitdiff
path: root/brac.c
diff options
context:
space:
mode:
Diffstat (limited to 'brac.c')
-rw-r--r--brac.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/brac.c b/brac.c
index 5119f4e59f0b..44f240361cbd 100644
--- a/brac.c
+++ b/brac.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2016 Mark Nudelman
+ * Copyright (C) 1984-2017 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -25,13 +25,13 @@
*/
public void
match_brac(obrac, cbrac, forwdir, n)
- register int obrac;
- register int cbrac;
+ int obrac;
+ int cbrac;
int forwdir;
int n;
{
- register int c;
- register int nest;
+ int c;
+ int nest;
POSITION pos;
int (*chget)();