diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-02 18:47:39 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-02 18:47:39 -0400 |
| commit | 61e482f6f36aee6f72392a6188f2ec5c858b88fd (patch) | |
| tree | bea4123fcc62dd834405ae89ce9fe260e90a0023 /builtins/pointer.h | |
| parent | f0f8f218703ebb4512b3cd3f9e06b86a7d9861b0 (diff) | |
Initial WIP first past
Diffstat (limited to 'builtins/pointer.h')
| -rw-r--r-- | builtins/pointer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/builtins/pointer.h b/builtins/pointer.h index 538960b3..7748da4b 100644 --- a/builtins/pointer.h +++ b/builtins/pointer.h @@ -8,10 +8,9 @@ #include "types.h" -CORD Pointer$as_text(const void *x, bool colorize, const TypeInfo *type); +Text_t 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); #define Null(t) (t*)NULL #define POINTER_TYPE(_sigil, _pointed) (&(TypeInfo){\ |
