Recognize EXTERNAL
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2479 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -71,6 +71,7 @@ OPTIONAL { return OPTIONAL; }
|
|||||||
BEGIN { return TBEGIN; }
|
BEGIN { return TBEGIN; }
|
||||||
END { return END; }
|
END { return END; }
|
||||||
DEFINITIONS { return DEFINITIONS; }
|
DEFINITIONS { return DEFINITIONS; }
|
||||||
|
EXTERNAL { return EXTERNAL; }
|
||||||
[,{}()|] { return *yytext; }
|
[,{}()|] { return *yytext; }
|
||||||
"[" { return *yytext; }
|
"[" { return *yytext; }
|
||||||
"]" { return *yytext; }
|
"]" { return *yytext; }
|
||||||
|
Reference in New Issue
Block a user