diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:11 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:11 +0000 |
commit | c8a87639c7cb7aef72630978a0e5a0d92618140c (patch) | |
tree | 862068307dff135870c4ae58be677408c4942a39 /lisp/mp/mpi.c | |
parent | 0a193e032ba1ecf3f003e027e833dc9d274cb740 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'lisp/mp/mpi.c')
-rw-r--r-- | lisp/mp/mpi.c | 6 |
1 files changed, 5 insertions, 1 deletions
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 */ |