Cosmetics

This commit is contained in:
Dmitry Boulytchev 2020-08-26 00:27:42 +03:00
parent cc9f3d0ed9
commit f81a638659
2 changed files with 1 additions and 2 deletions

View file

@ -1 +1 @@
let version = "Version 1.00, ac853957a, Tue Aug 25 16:09:43 2020 +0300" let version = "Version 1.00, cc9f3d0ed, Tue Aug 25 23:21:39 2020 +0300"

View file

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