Searched hist:134101 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/include/
H A D_ctype.hdiff 134101 Sat Aug 21 05:00:40 MDT 2004 tjr Let GCC know that ___runetype(), ___tolower() and ___toupper() are pure
functions, allowing it to generate better code for the <ctype.h> and
<wctype.h> functions. For example, it can now keep _CurrentRuneLocale
in a register across calls to these functions, and can delete calls to
___runetype() if the result is already known or not used.

Completed in 112 milliseconds