diff options
Diffstat (limited to 'lib/regex/types.myr')
-rw-r--r-- | lib/regex/types.myr | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/regex/types.myr b/lib/regex/types.myr index 766105b..c21d474 100644 --- a/lib/regex/types.myr +++ b/lib/regex/types.myr @@ -68,8 +68,7 @@ pkg regex = dead : bool /* thread died */ matched : bool /* thread matched */ - mstart : std.size[:] /* match starts */ - mend : std.size[:] /* match ends */ + mgroup : std.size[2][:] /* match starts */ ;; pkglocal type reinst = union |