From: Jeff S. <why...@ya...> - 2004-03-09 16:24:30
|
Line 54 of src/sql/lexer.l has a small bug. Line 54 reads: (-*[0-9]+|([0-9]*\.[0-9+)([eE][-+]?[0-9]+)?) { and it should read: (-*[0-9]+|([0-9]*\.[0-9]+)([eE][-+]?[0-9]+)?) { -- Jeff Smith __________________________________ Do you Yahoo!? Yahoo! Search - Find what youre looking for faster http://search.yahoo.com |