diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-05 12:49:13 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-05 12:49:13 -0500 |
| commit | 103edd636205921e1afadd91a284f3ead22afcce (patch) | |
| tree | 915ca6ff044de32d419b2c399b8f0028105af9e6 /builtins/pointer.h | |
| parent | e29aa52460df6a5d3e78f7e466947bcdd7a3bbb0 (diff) | |
Fix cyclic structs/enums
Diffstat (limited to 'builtins/pointer.h')
| -rw-r--r-- | builtins/pointer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
