e047d579ca
* Syntax expansion and various updates * See CHANGELOG for in-depth details - Rebase patch to apply: * re2c-nogenerationdatedefault.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=20
14 lines
455 B
Diff
14 lines
455 B
Diff
Index: re2c-0.15.3/src/conf/opt.h
|
|
===================================================================
|
|
--- re2c-0.15.3.orig/src/conf/opt.h
|
|
+++ re2c-0.15.3/src/conf/opt.h
|
|
@@ -17,7 +17,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 ()) \
|