Cosmetics; probably a fix for regexps

This commit is contained in:
Dmitry Boulytchev 2020-05-04 02:45:34 +03:00
parent 423e4e7724
commit 9d0b8e811a
6 changed files with 72 additions and 54 deletions

View file

@ -9,7 +9,7 @@
-- reporting
public fun createRegexp (r, name) {
local l = [regexp (r), name];
--printf ("Created regexp %s: %x, %x\n", name, l, l[0]);
-- printf ("Created regexp %s: %x, %x\n", name, l, l[0]);
l
}