37b9664803
Now dprintf calls PR_vsnprintf instead of PR_vsmprintf, so that dprintf does not allocate memory. This is because PR_Assert (which calls dprintf) can get called at interrupt time, and it is unsafe to allocate memory at interrupt time on the Mac. |
||
---|---|---|
.. | ||
config | ||
include | ||
lib | ||
macbuild | ||
pr | ||
tools | ||
Makefile | ||
Makefile.in | ||
makefile.win |