diff options
author | Michele Calgaro <[email protected]> | 2020-01-30 20:17:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-01-30 20:17:35 +0900 |
commit | 8250c8e42310cb39ceb6ae425bc8546208733e99 (patch) | |
tree | 6e27394b86eb387505f1e2cb712630e001d34fb8 /twin/tools/xreply/xreply.c | |
parent | 234e466e0e524cfd92a268c37d504a7ff910ca45 (diff) | |
download | tdebase-8250c8e42310cb39ceb6ae425bc8546208733e99.tar.gz tdebase-8250c8e42310cb39ceb6ae425bc8546208733e99.zip |
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'twin/tools/xreply/xreply.c')
-rw-r--r-- | twin/tools/xreply/xreply.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/tools/xreply/xreply.c b/twin/tools/xreply/xreply.c index ecdf6ebc3..ce5584190 100644 --- a/twin/tools/xreply/xreply.c +++ b/twin/tools/xreply/xreply.c @@ -165,8 +165,8 @@ static void xreply_backtrace() Status _XReply (dpy, rep, extra, discard) - register Display *dpy; - register xReply *rep; + Display *dpy; + xReply *rep; int extra; /* number of 32-bit words expected after the reply */ Bool discard; /* should I discard data following "extra" words? */ { |