diff options
Diffstat (limited to 'lib/antlr/TODO')
-rw-r--r-- | lib/antlr/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/antlr/TODO b/lib/antlr/TODO index 51d104c3..0b97e6e5 100644 --- a/lib/antlr/TODO +++ b/lib/antlr/TODO @@ -10,7 +10,7 @@ * On Thu, Sep 21, 2000 at 12:33:48AM -0700, John Lambert <JohnL@jBASE.com> wrote: > 1) The literal EOF is not defined and causes the define of EOF_CHAR in - > CharScanner.hpp to fail. + > CharScanner.h to fail. ANTLR with STL Port. Changing the EOF define to char_traits<char>::eof() breaks things for gcc-2.95.2. Fix this in next release portably. |