diff options
Diffstat (limited to 'app/xedit/lisp/core.c')
-rw-r--r-- | app/xedit/lisp/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xedit/lisp/core.c b/app/xedit/lisp/core.c index 46930a2f5..0cc455e10 100644 --- a/app/xedit/lisp/core.c +++ b/app/xedit/lisp/core.c @@ -62,7 +62,7 @@ typedef struct _SeqInfo { break; \ } -#ifdef __UNIXOS2__ +#if defined(__UNIXOS2__) || defined(__APPLE__) # define finite(x) isfinite(x) #endif |