Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 615:4f50f8a33f96
[xemacs-hg @ 2001-06-11 04:44:52 by martinb]
alloca vs. _XOPEN_SOURCE
author | martinb |
---|---|
date | Mon, 11 Jun 2001 04:44:52 +0000 |
parents | 42bfaea76395 |
children | 4f1c7a4ac1e6 |
comparison
equal
deleted
inserted
replaced
614:42bfaea76395 | 615:4f50f8a33f96 |
---|---|
1 2001-06-12 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * config.h.in (alloca): All feature test macros must be defined | |
4 before the first system header file inclusion. So move alloca | |
5 twiddling after the feature test definitions, but before the first | |
6 "real" code. | |
7 | |
1 2001-06-11 Martin Buchholz <martin@xemacs.org> | 8 2001-06-11 Martin Buchholz <martin@xemacs.org> |
2 | 9 |
3 * lisp.h (DECIMAL_PRINT_SIZE): Don't use floating point. | 10 * lisp.h (DECIMAL_PRINT_SIZE): Don't use floating point. |
4 Sun cc (buggily?) cannot use floating point computations to define | 11 Sun cc (buggily?) cannot use floating point computations to define |
5 a compile-time integral constant. | 12 a compile-time integral constant. |