summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/parse.c
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-06-24 17:40:27 +0000
committerjmallett <jmallett@FreeBSD.org>2002-06-24 17:40:27 +0000
commita7ebe6f54440366cb30cb94a7839406c2ae20e0e (patch)
tree44ad57416f4dfd418d4f80ae1e0712c672637127 /usr.bin/indent/parse.c
parentfe48a4f5d5b355d9e1838890f32ab5e5e7919173 (diff)
downloadFreeBSD-src-a7ebe6f54440366cb30cb94a7839406c2ae20e0e.zip
FreeBSD-src-a7ebe6f54440366cb30cb94a7839406c2ae20e0e.tar.gz
Remove deprecated register qualifier.
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