From d135ee84397e8a42fbe2bde4e120151cdbb65dea Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Tue, 26 Mar 2019 18:22:42 +0000 Subject: [PATCH] Fixed compilation error caused by extra namespace qualification (second attempt). --- lib/regexec_nfa_posix_kuklewicz.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/regexec_nfa_posix_kuklewicz.cc b/lib/regexec_nfa_posix_kuklewicz.cc index d9942ec3..5e82ea7f 100644 --- a/lib/regexec_nfa_posix_kuklewicz.cc +++ b/lib/regexec_nfa_posix_kuklewicz.cc @@ -364,7 +364,7 @@ size_t boundary_tag(size_t tag) } // namespace libre2c -template<> void re2c::init_gor1(libre2c::ksimctx_t &ctx) +template<> void init_gor1(libre2c::ksimctx_t &ctx) { ctx.state.clear(); libre2c::ksimctx_t::cconfiter_t c = ctx.reach.begin(), e = ctx.reach.end(); -- 2.50.1