From cfcaafa7a9591307ff071db652c11356f79da29e Mon Sep 17 00:00:00 2001 From: mdw Date: Sun, 8 Oct 2000 12:04:01 +0000 Subject: [PATCH] Remove spurious semicolon. --- mpint.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mpint.h b/mpint.h index ba6de80..9d83185 100644 --- a/mpint.h +++ b/mpint.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: mpint.h,v 1.3 2000/06/17 11:45:09 mdw Exp $ + * $Id: mpint.h,v 1.4 2000/10/08 12:04:01 mdw Exp $ * * Conversion between MPs and standard C integers * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: mpint.h,v $ + * Revision 1.4 2000/10/08 12:04:01 mdw + * Remove spurious semicolon. + * * Revision 1.3 2000/06/17 11:45:09 mdw * Major memory management overhaul. Added arena support. Use the secure * arena for secret integers. Replace and improve the MP management macros @@ -196,7 +199,7 @@ mp_fromINT(ulong, unsigned long); */ #define mp_toINT(name, type) \ - extern type mp_to##name(const mp */*m*/); + extern type mp_to##name(const mp */*m*/) mp_toINT(short, short); mp_toINT(ushort, unsigned short); -- 2.11.0