From 8250c8e42310cb39ceb6ae425bc8546208733e99 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Jan 2020 20:17:35 +0900 Subject: Removed explicit usage of the 'register' keyword. Signed-off-by: Michele Calgaro --- twin/tools/xreply/xreply.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'twin/tools/xreply') 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? */ { -- cgit v1.2.1