ref: 12000d47c1481990d11a9659733e1b604a6f7092
parent: 447bbbd25bbb42f2c3da11ac298f52a31bfb573d
author: Ori Bernstein <[email protected]>
date: Mon May 16 17:50:24 EDT 2016
Remove debug line that was causing crashes.
--- a/lib/regex/compile.myr
+++ b/lib/regex/compile.myr
@@ -69,7 +69,6 @@
dump(re, t, 0)
append(re, `Ilbra 0, t)
gen(re, t)
- std.htput(re.astloc, t, re.pat.len)
append(re, `Irbra 0, t)
append(re, `Imatch id, t)
idump(re)