Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed longstanding namespace convolution involving rune_t vs wchar_t. | bde | 1996-05-01 | 1 | -3/+7 |
| | | | | | | | | | | | If _ANSI_SOURCE or _POSIX_SOURCE is defined, then <ctype.h> had to be included before <stddef.h> or <stdlib.h> to get rune_t declared. Now rune_t is declared perfectly bogusly in all cases when <ctype.h> is included. This change breaks similar (but more convoluted) convolutions in the stddef.h in gcc distributions. Ports of gcc should avoid using the gcc headers. | ||||
* | BSD 4.4 Lite Include Sources | rgrimes | 1994-05-24 | 1 | -0/+62 |