From 6f90225e8378d85045013553763bd7483670441c Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sat, 29 Apr 2017 06:30:21 +0000 Subject: Vendor import of less v491. --- prompt.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'prompt.c') diff --git a/prompt.c b/prompt.c index bd2213ca02e2..bf4f7291df28 100644 --- a/prompt.c +++ b/prompt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2016 Mark Nudelman + * Copyright (C) 1984-2017 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -394,9 +394,9 @@ protochar(c, where, iseditproto) */ static constant char * skipcond(p) - register constant char *p; + constant char *p; { - register int iflevel; + int iflevel; /* * We came in here after processing a ? or :, @@ -479,8 +479,8 @@ pr_expand(proto, maxwidth) constant char *proto; int maxwidth; { - register constant char *p; - register int c; + constant char *p; + int c; int where; mp = message; -- cgit v1.2.3