From: Paul <pa...@pr...> - 2012-07-01 15:12:21
|
All the unicode patches from the original flex-2.5.4.U through 2.5.35.U2 do not write the YY_CHAR typedef to the header file when the header file is requested. Thus failing 15 or so tests. After more understanding of flex internals, I have yet another version of flex which correctly writes the header file typedef and passes 43 of the 46 tests. The remaining 3 failed tests also fail with version 2.5.35 original on my machine Kubuntu 12.04. Two failures are EOF not defined in C++ tests and the pthreads test. Um .. I could post it. Paul Neelands |