Remove remaining 'register' instructions.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/3/head
Michele Calgaro 4 years ago
parent 804eb53c41
commit 0087f22b73
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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);

Loading…
Cancel
Save