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/mpvecadd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libmp/port/mpvecadd.c') diff --git a/src/libmp/port/mpvecadd.c b/src/libmp/port/mpvecadd.c index 98fdcc90..d0fe1744 100644 --- a/src/libmp/port/mpvecadd.c +++ b/src/libmp/port/mpvecadd.c @@ -2,7 +2,7 @@ #include #include "dat.h" -// prereq: alen >= blen, sum has at least blen+1 digits +/* prereq: alen >= blen, sum has at least blen+1 digits */ void mpvecadd(mpdigit *a, int alen, mpdigit *b, int blen, mpdigit *sum) { -- cgit v1.2.3