Update to work with antlr 2.7.1

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@10746 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-08-20 21:08:03 +00:00
parent ee9c4af004
commit b2f1e88a6c
22 changed files with 87 additions and 133 deletions

View file

@ -7,7 +7,7 @@
* Terence Parr, MageLang Institute
* with John Lilley, Empathy Software
* and Manuel Guesdon, Software Builders
* ANTLR Version 2.5.0; 1996,1997,1998,1999
* ANTLR Version 2.7.1; 1996,1997,1998,1999,2000
*/
@ -19,6 +19,7 @@
#include "gsantlr/ANTLRCharBuffer.h"
#include "gsantlr/ANTLRBitSet.h"
#include "gsantlr/ANTLRCharScanner.h"
@interface GSWHTMLAttrLexer : ANTLRCharScanner
{
};