diff options
| author | jtc <jtc@NetBSD.org> | 1993-08-03 23:05:16 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-08-03 23:05:16 +0000 |
| commit | bb815d8092adfc8cba956c1b60ccb1cd9d3ead3a (patch) | |
| tree | 3ae67d96a7a90bec75b1bf92614aaba6da4eac26 /lib/libm/common_source | |
| parent | ab127e8ac755bc1cd903fde3a7b3377e8922b9da (diff) | |
Remove semicolon from null macro replacement so gcc -ansi -pedantic
doesn't complain.
Diffstat (limited to 'lib/libm/common_source')
| -rw-r--r-- | lib/libm/common_source/mathimpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/common_source/mathimpl.h b/lib/libm/common_source/mathimpl.h index eeb6d3b03e2..f9d7a77df13 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 <sys/cdefs.h> @@ -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; |
