bc874b1b9c
* 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
14 lines
449 B
Diff
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 ()) \
|