SHA256
1
0
forked from pool/re2c
re2c/re2c-nogenerationdatedefault.patch

14 lines
449 B
Diff
Raw Normal View History

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 ()) \