diff options
author | Ori Bernstein <ori@eigenstate.org> | 2013-12-27 02:58:08 -0500 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2013-12-27 02:58:08 -0500 |
commit | 460b6ed7be00fe2bbf4807bc67c49e07d10384f0 (patch) | |
tree | 40ea15d8ff598fae0c64e2c734e2dc8ae5e7658a /libstd/intparse.myr | |
parent | 3f65d0e80c706fb06d946512d69421209071694e (diff) | |
download | mc-460b6ed7be00fe2bbf4807bc67c49e07d10384f0.tar.gz |
Remove a few FIXMEs from libstd
Diffstat (limited to 'libstd/intparse.myr')
-rw-r--r-- | libstd/intparse.myr | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libstd/intparse.myr b/libstd/intparse.myr index e5f071a..8d5b6cf 100644 --- a/libstd/intparse.myr +++ b/libstd/intparse.myr @@ -8,10 +8,6 @@ use "fmt.use" pkg std = generic intparsebase : (s : byte[:], base : int -> option(@a::(tcint,tcnum,tctest))) generic intparse : (s : byte[:] -> option(@a::(tcint,tcnum,tctest))) - - /* FIXME: fix hidden exports */ - generic charval - generic doparse ;; generic intparse = {s |