]> granicus.if.org Git - re2c/commitdiff
Fixed compilation error caused by extra namespace qualification.
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 26 Mar 2019 18:18:34 +0000 (18:18 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 26 Mar 2019 18:18:34 +0000 (18:18 +0000)
lib/regexec_nfa_posix_kuklewicz.cc

index effa90b6e6dbc1b6692edaf0827922211e6d979b..d9942ec31c6e9db3a0a8f8d53d0315dc2b4aaf55 100644 (file)
@@ -41,7 +41,7 @@
 namespace re2c {
 
 // specialization that doesn't sort initial closure like Okui-Suzuki
-template<> void re2c::init_gor1<libre2c::ksimctx_t>(libre2c::ksimctx_t &ctx);
+template<> void init_gor1<libre2c::ksimctx_t>(libre2c::ksimctx_t &ctx);
 
 namespace libre2c {