diff --git a/extra/pcre/pcre.factor b/extra/pcre/pcre.factor index 5759c1b3ec..2b6aed4864 100644 --- a/extra/pcre/pcre.factor +++ b/extra/pcre/pcre.factor @@ -1,6 +1,5 @@ ! Copyright (C) 2013, 2016 Björn Lindqvist ! See http://factorcode.org/license.txt for BSD license - USING: accessors alien alien.accessors alien.c-types alien.data alien.enums alien.strings arrays assocs combinators fry io.encodings.string io.encodings.utf8 kernel literals math @@ -14,7 +13,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 ;