mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 16:41:00 +00:00
Construct equivalence classes in flex scanner
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3089 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
7b8ff44b67
commit
1d724a034a
2 changed files with 854 additions and 7950 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -175,8 +175,10 @@ void yyfree (void* ptr, void* yyscanner) {
|
|||
%option 8bit
|
||||
/* define output file */
|
||||
%option outfile="htmllex.c"
|
||||
/* optimize for speed */
|
||||
/* optimize for speed.. */
|
||||
%option align full
|
||||
/* ..but still construct equivalence classes */
|
||||
%option ecs
|
||||
/* add debugging ability */
|
||||
%option debug
|
||||
/* don't use unneeded functions */
|
||||
|
|
|
|||
Loading…
Reference in a new issue