]> granicus.if.org Git - re2c/commit
Correctly set values on main diagonal of POSIX precedence matrix (configuration compa...
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 18 Feb 2019 10:52:26 +0000 (10:52 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 18 Feb 2019 10:52:26 +0000 (10:52 +0000)
commitfc9c8f63ab6435adbf8c777691180f1f1b68918f
tree85607d877604570c2916b539160c0d8b76c8191e
parent0afe383f2c43193d3b405b19fba1df3872addb9e
Correctly set values on main diagonal of POSIX precedence matrix (configuration compared to itself).

It doesn't show any difference on the tests, probably because previously
these values were set to zero, which unpacks to symmetrical (though
incorrect) values, and thus doesn't affect comparison.
re2c/src/dfa/closure_posix.cc