fef61209fe
- re2c-nogenerationdatedefault.patch: Default to --no-generation-date to avoid build-compare problems [BNC#915937] OBS-URL: https://build.opensuse.org/request/show/283858 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=13
12 lines
259 B
Diff
12 lines
259 B
Diff
--- re2c-0.13.7.5.orig/main.cc
|
|
+++ re2c-0.13.7.5/main.cc
|
|
@@ -35,7 +35,7 @@ bool rFlag = false;
|
|
bool sFlag = false;
|
|
bool tFlag = false;
|
|
|
|
-bool bNoGenerationDate = false;
|
|
+bool bNoGenerationDate = true;
|
|
|
|
bool bSinglePass = false;
|
|
bool bFirstPass = true;
|