pcre: fix ::

modern-harvey2
Doug Coleman 2018-08-02 08:39:31 -04:00
parent 924b434336
commit acc5dc6add
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ ERROR: malformed-regexp expr error ;
ERROR: pcre-error value ;
: version ( -- f )
pcre_version " -" splitting::split first string>number ;
pcre_version " -" splitting:split first string>number ;
<PRIVATE
@ -150,7 +150,7 @@ M: compiled-pcre findall
M: string findall
<compiled-pcre> findall ;
M: regexp::regexp findall
M: regexp:regexp findall
raw>> findall ;
: matches? ( subject obj -- ? )