From: Grzegorz J. <ja...@he...> - 2003-04-23 13:43:06
|
On Wed, 16 Apr 2003, Shigeru Chiba wrote: > > I forward this message to the list. > > - Chiba > > From: "michael" <mic...@pa...> > Subject: Bug in latest version of OpenC++ on sourceforge > Date: Wed, 16 Apr 2003 13:01:20 +0200 > > > Hi, > > > > i think there is a small bug in token.cc. > > Somebody added this line to rw_table : > > > > { "char", token(CHAR) }, > > { "wchar_t", token(WCHAR) }, <----------------------- Fixed. Grzegorz > > { "class", token(CLASS) }, > > > > The array is no longer in alphabetical order. As a result, the binary search > > for keywords sometimes fails. > > > > regards, > > michael > > ################################################################## # Grzegorz Jakacki Huada Electronic Design # # Senior Engineer, CAD Dept. 1 Gaojiayuan, Chaoyang # # tel. +86-10-64365577 x2074 Beijing 100015, China # # Copyright (C) 2002 Grzegorz Jakacki, HED. All Rights Reserved. # ################################################################## |