diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-27 13:47:29 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-27 13:47:29 -0500 |
| commit | a7bbbe9584f6e4cd35c9a78e8f83b458ddd8f914 (patch) | |
| tree | ed355fbb759916f4a73be0404137b45c2b751385 /builtins/memory.h | |
| parent | 805c26e65a4b96d61b98c984c526f2d3e2789749 (diff) | |
Const typeinfos
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 0860905a..ac041b36 100644 --- a/builtins/memory.h +++ b/builtins/memory.h @@ -5,7 +5,7 @@ #include "types.h" -extern TypeInfo Memory; +extern const 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 |
