From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- src/libmp/port/mpmod.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libmp/port/mpmod.c') diff --git a/src/libmp/port/mpmod.c b/src/libmp/port/mpmod.c index 91bebfa2..409dd38f 100644 --- a/src/libmp/port/mpmod.c +++ b/src/libmp/port/mpmod.c @@ -2,9 +2,9 @@ #include #include "dat.h" -// remainder = b mod m -// -// knuth, vol 2, pp 398-400 +/* remainder = b mod m */ +/* */ +/* knuth, vol 2, pp 398-400 */ void mpmod(mpint *b, mpint *m, mpint *remainder) -- cgit v1.2.3