mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
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:
parent
ee9c4af004
commit
b2f1e88a6c
22 changed files with 87 additions and 133 deletions
|
@ -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
|
||||
{
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue