aboutsummaryrefslogtreecommitdiff
path: root/builtins/shell.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-09 16:08:59 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-09 16:08:59 -0400
commitf6487510d4fdc872424e3bec2b5aca251dee0056 (patch)
tree1857a1d49d36d110b49b1ff48a170de8dc9367b7 /builtins/shell.h
parent81bd84042352724f60b2c7fe5394f069b9a75880 (diff)
Add shims for hashing/equality of langs
Diffstat (limited to 'builtins/shell.h')
-rw-r--r--builtins/shell.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/builtins/shell.h b/builtins/shell.h
index 0429d496..cf102c28 100644
--- a/builtins/shell.h
+++ b/builtins/shell.h
@@ -16,6 +16,10 @@
Text_t Shell$run(Shell_t command, int32_t *status);
Shell_t Shell$escape_text(Text_t text);
+#define Shell$hash Text$hash
+#define Shell$compare Text$compare
+#define Shell$equal Text$equal
+
extern const TypeInfo Shell$info;
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0