From 103edd636205921e1afadd91a284f3ead22afcce Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 5 Mar 2024 12:49:13 -0500 Subject: Fix cyclic structs/enums --- builtins/pointer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtins/pointer.h') diff --git a/builtins/pointer.h b/builtins/pointer.h index c3554726..32cf365b 100644 --- a/builtins/pointer.h +++ b/builtins/pointer.h @@ -5,7 +5,7 @@ #include "types.h" -CORD Pointer__cord(const void *x, bool colorize, const TypeInfo *type); +CORD Pointer__as_text(const void *x, bool colorize, const TypeInfo *type); int32_t Pointer__compare(const void *x, const void *y, const TypeInfo *type); bool Pointer__equal(const void *x, const void *y, const TypeInfo *type); uint32_t Pointer__hash(const void *x, const TypeInfo *type); -- cgit v1.2.3