diff options
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){\ |
