summaryrefslogtreecommitdiff
path: root/big.c
diff options
context:
space:
mode:
Diffstat (limited to 'big.c')
-rw-r--r--big.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/big.c b/big.c
index 06b7e57..675635a 100644
--- a/big.c
+++ b/big.c
@@ -599,7 +599,7 @@ word big_remainder(word x, word y)
dividend, quotient negative if signs of divi(sor/dend) mixed */
/* assumes y big_is_positive */
-word bigpow(word x, word y)
+word big_pow(word x, word y)
{
word d;
word r = make(INT, 1, 0);