summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/parse.c')
-rw-r--r--usr.bin/indent/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c
index c87d1d4..b8c9a39 100644
--- a/usr.bin/indent/parse.c
+++ b/usr.bin/indent/parse.c
@@ -251,7 +251,7 @@ parse(int tk) /* tk: the code for the construct scanned */
static void
reduce(void)
{
- register int i;
+ int i;
for (;;) { /* keep looping until there is nothing left to
* reduce */
OpenPOWER on IntegriCloud