From acc5dc6add246e532512b406c359503587137b63 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 2 Aug 2018 08:39:31 -0400 Subject: [PATCH] pcre: fix :: --- extra/pcre/pcre.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/pcre/pcre.factor b/extra/pcre/pcre.factor index fd6ca69a58..a746cc1126 100644 --- a/extra/pcre/pcre.factor +++ b/extra/pcre/pcre.factor @@ -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 ; findall ; -M: regexp::regexp findall +M: regexp:regexp findall raw>> findall ; : matches? ( subject obj -- ? )