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/letomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libmp/port/letomp.c') diff --git a/src/libmp/port/letomp.c b/src/libmp/port/letomp.c index e23fed21..8e494f99 100644 --- a/src/libmp/port/letomp.c +++ b/src/libmp/port/letomp.c @@ -2,7 +2,7 @@ #include #include "dat.h" -// convert a little endian byte array (least significant byte first) to an mpint +/* convert a little endian byte array (least significant byte first) to an mpint */ mpint* letomp(uchar *s, uint n, mpint *b) { -- cgit v1.2.3