pcre: fix so that version parses "8.36-RC1 2014-04-21" to a number too

char-rename
Björn Lindqvist 2016-08-21 02:20:50 +02:00
parent 26304112d6
commit 3d3a930e17
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ERROR: malformed-regexp expr error ;
ERROR: pcre-error value ;
: version ( -- f )
pcre_version " " splitting:split1 drop string>number ;
pcre_version " -" splitting:split first string>number ;
<PRIVATE