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/memory.h | |
| parent | f0f8f218703ebb4512b3cd3f9e06b86a7d9861b0 (diff) | |
Initial WIP first past
Diffstat (limited to 'builtins/memory.h')
| -rw-r--r-- | builtins/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/memory.h b/builtins/memory.h index 48a2dafd..e3cb2983 100644 --- a/builtins/memory.h +++ b/builtins/memory.h @@ -9,6 +9,6 @@ #include "types.h" extern const TypeInfo $Memory; -CORD Memory$as_text(const void *p, bool colorize, const TypeInfo *type); +Text_t Memory$as_text(const void *p, bool colorize, const TypeInfo *type); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
