* applied patch '#27 re2c crashes reading files containing %{ %}' * dropped distfiles for MSVC (they are broken anyway) - Changes for 0.14.2 * fixed #57 Wrong result only if another rule is present OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=18
14 lines
350 B
Diff
14 lines
350 B
Diff
Index: re2c-0.14.3/main.cc
|
|
===================================================================
|
|
--- re2c-0.14.3.orig/main.cc
|
|
+++ re2c-0.14.3/main.cc
|
|
@@ -34,7 +34,7 @@ bool rFlag = false;
|
|
bool sFlag = false;
|
|
bool tFlag = false;
|
|
|
|
-bool bNoGenerationDate = false;
|
|
+bool bNoGenerationDate = true;
|
|
|
|
bool bSinglePass = false;
|
|
bool bFirstPass = true;
|