Date: Fri, 09 Feb 2001 10:17:41 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Stephen Silver" Message-Id: <8011-Fri09Feb2001101741+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: <002201c0920b$1e47ee60$1a55893e@oemcomputer> (djgpp AT argentum DOT freeserve DOT co DOT uk) Subject: Re: wctype.h and STLport References: <002201c0920b$1e47ee60$1a55893e AT oemcomputer> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Stephen Silver" > Date: Thu, 8 Feb 2001 20:09:58 -0000 > > using __STL_VENDOR_CSTD::iswalpha; > > If any symbol that it tries to grab has not been declared then you > get a compile-time error. I'd rather have the DJGPP port of STLport ifdef away those lines which mention functions we don't have. Alternatively, we could provide trivial implementations of isw* functions, which only work for ASCII characters (since that's what we currently have in our wchar_t variables). But even that seems like an overkill, certainly for what you are trying to do.