SHA256
1
0
forked from pool/re2c
re2c/re2c-nogenerationdatedefault.patch
Martin Pluskal bc874b1b9c - Update to 0.16
* Fixed bug #127 "code generation error with wide chars and 
    bitmaps (omitted 'goto' statement)"
  * Added DFA minimization and option '--dfa-minimization 
    <table | moore>'
  * Fixed bug #128 "very slow DFA construction (resulting in a very
    large DFA)"
  * Fixed bug #132 "test failure on big endian archs with 0.15.3"
- Make building more verbose

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=22
2016-01-30 21:54:15 +00:00

14 lines
449 B
Diff

Index: re2c-0.16/src/conf/opt.h
===================================================================
--- re2c-0.16.orig/src/conf/opt.h
+++ re2c-0.16/src/conf/opt.h
@@ -18,7 +18,7 @@ namespace re2c
/* target */ \
OPT1 (opt_t::target_t, target, CODE) \
/* fingerprint */ \
- OPT (bool, bNoGenerationDate, false) \
+ OPT (bool, bNoGenerationDate, true) \
OPT (bool, version, true) \
/* regular expressions */ \
OPT (Enc, encoding, Enc ()) \