2016-01-30 22:54:15 +01:00
|
|
|
Index: re2c-0.16/src/conf/opt.h
|
2015-10-05 16:36:51 +02:00
|
|
|
===================================================================
|
2016-01-30 22:54:15 +01:00
|
|
|
--- re2c-0.16.orig/src/conf/opt.h
|
|
|
|
+++ re2c-0.16/src/conf/opt.h
|
|
|
|
@@ -18,7 +18,7 @@ namespace re2c
|
2016-01-08 12:18:32 +01:00
|
|
|
/* 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 ()) \
|