Revision: 656
http://svn.sourceforge.net/cegcc/?rev=656&view=rev
Author: pedroalves
Date: 2006-09-29 13:52:06 -0700 (Fri, 29 Sep 2006)
Log Message:
-----------
Revert to declaring IsDBCSLeadByte. I was wrong before, BOOL is a typedef of int not long, that's why g++ was complaining. Also, __NO_INLINE__ is a builtin which gets defined at O0, and since coredll has no is* functions, we must always define the inline versions.
Modified Paths:
--------------
trunk/cegcc/src/mingw/include/ctype.h
trunk/cegcc/src/mingw/include/wctype.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|