From bb815d8092adfc8cba956c1b60ccb1cd9d3ead3a Mon Sep 17 00:00:00 2001 From: jtc Date: Tue, 3 Aug 1993 23:05:16 +0000 Subject: [PATCH] Remove semicolon from null macro replacement so gcc -ansi -pedantic doesn't complain. --- lib/libm/common_source/mathimpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libm/common_source/mathimpl.h b/lib/libm/common_source/mathimpl.h index eeb6d3b03e27..f9d7a77df13b 100644 --- a/lib/libm/common_source/mathimpl.h +++ b/lib/libm/common_source/mathimpl.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)mathimpl.h 5.4 (Berkeley) 3/5/91 - * $Id: mathimpl.h,v 1.2 1993/08/01 18:34:55 mycroft Exp $ + * $Id: mathimpl.h,v 1.3 1993/08/03 23:05:16 jtc Exp $ */ #include @@ -80,7 +80,7 @@ /* Hooray, we have an IEEE machine */ # undef vccast -# define vc(name, value, x1,x2,x3,x4, bexp, xval) ; +# define vc(name, value, x1,x2,x3,x4, bexp, xval) # define ic(name, value, bexp, xval) \ const static double name = value;