Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 1104:8b464283e891
[xemacs-hg @ 2002-11-12 18:58:13 by james]
Unconditionally compile the LISP_FLOAT_TYPE code. Remove all
!LISP_FLOAT_TYPE code and the LISP_FLOAT_TYPE identifier itself.
author | james |
---|---|
date | Tue, 12 Nov 2002 18:58:41 +0000 |
parents | 151d438d2d55 |
children | e22b0213b713 |
comparison
equal
deleted
inserted
replaced
1103:80d9ab2e9855 | 1104:8b464283e891 |
---|---|
133 /* If at first you don't succeed, try, try again. */ | 133 /* If at first you don't succeed, try, try again. */ |
134 /* #define LOSING_BYTECODE */ | 134 /* #define LOSING_BYTECODE */ |
135 | 135 |
136 /* Undefine on systems which don't have processes */ | 136 /* Undefine on systems which don't have processes */ |
137 #undef HAVE_UNIX_PROCESSES | 137 #undef HAVE_UNIX_PROCESSES |
138 | |
139 /* Does XEmacs support floating-point numbers? */ | |
140 #undef LISP_FLOAT_TYPE | |
141 | 138 |
142 /* Define GNU_MALLOC if you want to use the GNU memory allocator. */ | 139 /* Define GNU_MALLOC if you want to use the GNU memory allocator. */ |
143 #undef GNU_MALLOC | 140 #undef GNU_MALLOC |
144 | 141 |
145 /* Define if you are using the GNU C Library. -- experimental. */ | 142 /* Define if you are using the GNU C Library. -- experimental. */ |