summaryrefslogtreecommitdiffstats
path: root/include/runetype.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed longstanding namespace convolution involving rune_t vs wchar_t.bde1996-05-011-5/+9
| | | | | | | | | | | 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.
* Fix sgetrune/sputrune arg type: was unsigned int instead of size_tache1996-04-181-2/+7
|
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+101
OpenPOWER on IntegriCloud