From 10dc4a2c37597e02c12a9df3e9dba02a73bfc11b Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Tue, 25 Nov 2003 19:29:12 +0000 Subject: XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks --- lisp/math.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'lisp/math.c') diff --git a/lisp/math.c b/lisp/math.c index fcadefa..7d15e85 100644 --- a/lisp/math.c +++ b/lisp/math.c @@ -27,10 +27,14 @@ * Author: Paulo César Pereira de Andrade */ -/* $XFree86: xc/programs/xedit/lisp/math.c,v 1.22 2002/11/23 21:41:52 paulo Exp $ */ +/* $XFree86: xc/programs/xedit/lisp/math.c,v 1.24 2003/04/27 18:17:33 tsi Exp $ */ -#include "math.h" -#include "private.h" +#include "lisp/math.h" +#include "lisp/private.h" + +#ifdef __UNIXOS2__ +# define finite(x) isfinite(x) +#endif /* * Prototypes @@ -50,7 +54,7 @@ Atom_id Sdefault_float_format; /* * Implementation */ -#include "mathimp.c" +#include "lisp/mathimp.c" void LispMathInit(void) -- cgit v1.2.3