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.c | |
| parent | 805c26e65a4b96d61b98c984c526f2d3e2789749 (diff) | |
Const typeinfos
Diffstat (limited to 'builtins/memory.c')
| -rw-r--r-- | builtins/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/memory.c b/builtins/memory.c index bfc0b5ca..2ce2422e 100644 --- a/builtins/memory.c +++ b/builtins/memory.c @@ -21,7 +21,7 @@ public CORD Memory__as_str(const void *p, bool colorize, const TypeInfo *type) { return cord; } -public TypeInfo Memory = { +public const TypeInfo Memory = { .size=0, .align=0, .tag=CustomInfo, |
