diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 22:15:45 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 22:15:45 -0500 |
| commit | 4a5c651d43f106b8e19b485646c64cb576a75cfb (patch) | |
| tree | 6fe289145c475cfc027bd9d8c98c80e8cbccf8c7 /builtins/memory.h | |
| parent | 95641182021b5ba76697f57706c12ad70340193f (diff) | |
Overload type names with constructor and namespace struct
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 91f86b04..0860905a 100644 --- a/builtins/memory.h +++ b/builtins/memory.h @@ -5,7 +5,7 @@ #include "types.h" -extern TypeInfo Memory_type; +extern TypeInfo Memory; CORD Memory__as_str(const void *p, bool colorize, const TypeInfo *type); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
