Mercurial > hg > xemacs-beta
diff src/lisp-union.h @ 1632:64eaceca611d
[xemacs-hg @ 2003-08-19 02:07:03 by james]
Enable module building and running on Cygwin and MinGW.
author | james |
---|---|
date | Tue, 19 Aug 2003 02:07:16 +0000 |
parents | 184461bc8de4 |
children | facf3239ba30 |
line wrap: on
line diff
--- a/src/lisp-union.h Mon Aug 18 21:52:34 2003 +0000 +++ b/src/lisp-union.h Tue Aug 19 02:07:16 2003 +0000 @@ -132,7 +132,7 @@ return obj; } -extern Lisp_Object Qnull_pointer, Qzero; +extern MODULE_API Lisp_Object Qnull_pointer, Qzero; #define INTP(x) ((x).s.bits) #define INT_PLUS(x,y) make_int (XINT (x) + XINT (y))