From 0087f22b7304e93164515e04ade0a24f2538e40e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Feb 2020 17:20:09 +0900 Subject: Remove remaining 'register' instructions. Signed-off-by: Michele Calgaro --- libtdepim/kxface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtdepim/kxface.h b/libtdepim/kxface.h index d6a235d8..7d472560 100644 --- a/libtdepim/kxface.h +++ b/libtdepim/kxface.h @@ -565,7 +565,7 @@ namespace KPIM { void RevPush(const Prob *p); void BigPush(Prob *p); - int BigPop(register const Prob *p); + int BigPop(const Prob *p); void BigDiv(unsigned char a, unsigned char *r); void BigMul(unsigned char a); void BigAdd(unsigned char a); -- cgit v1.2.3