diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-10-10 17:19:27 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-10-10 17:19:27 -0700 |
commit | 776a9e4ed35369c9c8553e3035daa026e00495e9 (patch) | |
tree | 99beac4de9952263367f3a3511838b1beea8d356 /lib/regex | |
parent | 954728ed5cc60e638cd858d232c5851f72ad7343 (diff) | |
download | mc-776a9e4ed35369c9c8553e3035daa026e00495e9.tar.gz |
Some API tweaks to make things match the docs.
Diffstat (limited to 'lib/regex')
-rw-r--r-- | lib/regex/types.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/regex/types.myr b/lib/regex/types.myr index 8de55ca..2af7d87 100644 --- a/lib/regex/types.myr +++ b/lib/regex/types.myr @@ -53,7 +53,7 @@ pkg regex = strp : std.size ;; - type rethread = struct + pkglocal type rethread = struct next : rethread# /* run queue link */ tid : std.size /* just for debugging */ |