]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/regexp/parser/parser.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / regexp / parser / parser.factor
index 5aeb9aa7084f0fc3049a98e3e9ee191b96f506db..01cff989018f80ce0580acc25dba5127adf67f4a 100644 (file)
@@ -116,7 +116,7 @@ ERROR: nonexistent-option name ;
 
 : string>options ( string -- options )
     "-" split1 parse-options ;
+
 : options>string ( options -- string )
     [ on>> ] [ off>> ] bi
     [ [ option>ch ] map ] bi@