flex-no-output.patch 456 B

123456789101112131415
  1. --- a/src/scan-code.l (index)
  2. +++ b/src/scan-code.l (working tree)
  3. @@ -18,1 +18,1 @@
  4. -%option prefix="code_" outfile="lex.yy.c"
  5. +%option prefix="code_"
  6. --- a/src/scan-gram.l (index)
  7. +++ b/src/scan-gram.l (working tree)
  8. @@ -18,1 +18,1 @@
  9. -%option prefix="gram_" outfile="lex.yy.c"
  10. +%option prefix="gram_"
  11. --- a/src/scan-skel.l (index)
  12. +++ b/src/scan-skel.l (working tree)
  13. @@ -18,1 +18,1 @@
  14. -%option prefix="skel_" outfile="lex.yy.c"
  15. +%option prefix="skel_"