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/mp/mpi.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lisp/mp') diff --git a/lisp/mp/mpi.c b/lisp/mp/mpi.c index 506dc7e..ec8f587 100644 --- a/lisp/mp/mpi.c +++ b/lisp/mp/mpi.c @@ -27,10 +27,14 @@ * Author: Paulo César Pereira de Andrade */ -/* $XFree86: xc/programs/xedit/lisp/mp/mpi.c,v 1.12 2002/11/20 07:44:43 paulo Exp $ */ +/* $XFree86: xc/programs/xedit/lisp/mp/mpi.c,v 1.13 2003/03/25 04:18:28 dawes Exp $ */ #include "mp.h" +#ifdef __UNIXOS2__ +# define finite(x) isfinite(x) +#endif + /* * Prototypes */ -- cgit v1.2.3