Skip to content

Commit

Permalink
Save url_scanner_ex.c and don't require re2c to be installed on
Browse files Browse the repository at this point in the history
the release/snapshot machine.
  • Loading branch information
Sascha Schumann committed Oct 21, 2000
1 parent 9224f8e commit c10bf6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions genfiles
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ EOF

rm config_vars.mk .deps ext/standard/libs.mk $files

re2c -b ext/standard/url_scanner_ex.re | grep -v "#line" > ext/standard/url_scanner_ex.c

f=ext/standard/url_scanner_ex.c
cp $f $f.orig
grep -v '#line ' $f.orig > $f

0 comments on commit c10bf6d

Please sign in to comment.