diff --git a/examples/regexp/match.scm b/examples/regexp/match.scm index ec77c91..736940a 100644 --- a/examples/regexp/match.scm +++ b/examples/regexp/match.scm @@ -17,8 +17,6 @@ (+ from (regexp-match-end m 0))) (reverse result))))) -(require 'siteinfo) - (cond ((feature? ':regular-expressions) (print (matches "Hello, world!" "[a-zA-z]+"))