From e0e7a74bde52a1aa02d1da758128722598fb6dd8 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 25 Aug 2019 18:52:53 +0200 Subject: Align with legacy_6x. * Normalize include order. * Backport missed bug fixes. * Remove dead code. --- getopt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'getopt.c') diff --git a/getopt.c b/getopt.c index 04524325..c2062b57 100644 --- a/getopt.c +++ b/getopt.c @@ -244,7 +244,7 @@ exchange (argv) { /* Bottom segment is the short one. */ int len = middle - bottom; - register int i; + int i; /* Swap it with the top part of the top segment. */ for (i = 0; i < len; i++) @@ -260,7 +260,7 @@ exchange (argv) { /* Top segment is the short one. */ int len = top - middle; - register int i; + int i; /* Swap it with the bottom part of the bottom segment. */ for (i = 0; i < len; i++) -- cgit v1.2.3