diff options
| author | Konstantin Kirik (snegovick) <snegovick@uprojects.org> | 2025-12-12 06:24:08 +0300 |
|---|---|---|
| committer | Konstantin Kirik (snegovick) <snegovick@uprojects.org> | 2025-12-12 06:24:08 +0300 |
| commit | 06c7845f0247e77ed861b85b6c48556f6b6b120d (patch) | |
| tree | 6e9eac0970f97bdae439925772f51f232af5e30f /sh9util.m | |
| parent | a40ef1434889babbd88c9d0c5913c70e96ac2774 (diff) | |
Reorganize files according to proper directory structure
Diffstat (limited to 'sh9util.m')
| -rw-r--r-- | sh9util.m | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sh9util.m b/sh9util.m deleted file mode 100644 index aa44c3f..0000000 --- a/sh9util.m +++ /dev/null @@ -1,8 +0,0 @@ -Sh9Util: module -{ -PATH: con "sh9util.dis"; -DESCR: con "Utility functions for sh9"; - -reverse_list: fn[T](toks: list of T): list of T; -to_array: fn[T](toks: list of T): array of T; -}; |
