From 7ce331c01ce6eb7b3f5c715a38a24359da9c6ee2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 22 Nov 2001 14:04:29 +0000 Subject: Totally rework the math library, this time based on the MacOs X math library (which is itself based on the math lib from FreeBSD). -Erik --- libm/s_signgam.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libm/s_signgam.c (limited to 'libm/s_signgam.c') diff --git a/libm/s_signgam.c b/libm/s_signgam.c new file mode 100644 index 000000000..d67d5918e --- /dev/null +++ b/libm/s_signgam.c @@ -0,0 +1,3 @@ +#include "math.h" +#include "math_private.h" +int signgam = 0; -- cgit v1.2.3