diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-01-23 03:15:40 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-01-23 03:15:40 -0800 |
commit | a87c06a2b53bbaae033b37327c7e3db0495f23e4 (patch) | |
tree | bafcf0b1403ca6a8ea30a9884004dbf6fdd3b74f /lib/std/cmp.myr | |
parent | 6d5d0ec7ee3480347255a9f469c26c8c34b2819a (diff) | |
download | mc-a87c06a2b53bbaae033b37327c7e3db0495f23e4.tar.gz |
Move away from ".use" suffix.
Diffstat (limited to 'lib/std/cmp.myr')
-rw-r--r-- | lib/std/cmp.myr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/std/cmp.myr b/lib/std/cmp.myr index 021f5bc..15c4994 100644 --- a/lib/std/cmp.myr +++ b/lib/std/cmp.myr @@ -1,7 +1,7 @@ -use "extremum.use" -use "types.use" -use "utf.use" -use "chartype.use" +use "extremum" +use "types" +use "utf" +use "chartype" pkg std = type order = union |