From f6487510d4fdc872424e3bec2b5aca251dee0056 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 9 Sep 2024 16:08:59 -0400 Subject: Add shims for hashing/equality of langs --- builtins/path.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'builtins/path.h') diff --git a/builtins/path.h b/builtins/path.h index 06bc2ec6..4ee1b0a7 100644 --- a/builtins/path.h +++ b/builtins/path.h @@ -39,6 +39,10 @@ Path_t Path$parent(Path_t path); Text_t Path$base_name(Path_t path); Text_t Path$extension(Path_t path, bool full); +#define Path$hash Text$hash +#define Path$compare Text$compare +#define Path$equal Text$equal + extern const TypeInfo Path$info; // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3