Fix compile error in regex

db4
Slava Pestov 2009-03-11 12:27:25 -05:00
parent eaf72b54f6
commit d5a67e5891
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ M: regexp compile-next-match ( regexp -- regexp )
dup \ next-initial-word = [
drop _ compile-regexp dfa>>
'[ _ '[ _ _ execute ] next-match ]
(( i string -- i match/f )) simple-define-temp
(( i string regexp -- i match/f )) simple-define-temp
] when
] change-next-match ;