diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-29 12:54:31 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-29 12:54:31 -0400 |
| commit | 04d9adc8138566eec5d6bf7b233a6c617306bcce (patch) | |
| tree | 8414c07e92cdd17613190cd6a8e179b2eed2f00c /builtins/memory.c | |
| parent | d94053ca7768037016cbcacc4cadf843dad1bea6 (diff) | |
Switch naming convention to use '$' in symbols more
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 290a6f1b..5b9f39ad 100644 --- a/builtins/memory.c +++ b/builtins/memory.c @@ -21,7 +21,7 @@ public CORD Memory__as_text(const void *p, bool colorize, const TypeInfo *type) return cord; } -public const TypeInfo Memory = { +public const TypeInfo $Memory = { .size=0, .align=0, .tag=CustomInfo, |
