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.h | |
| parent | d94053ca7768037016cbcacc4cadf843dad1bea6 (diff) | |
Switch naming convention to use '$' in symbols more
Diffstat (limited to 'builtins/memory.h')
| -rw-r--r-- | builtins/memory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/memory.h b/builtins/memory.h index b5519027..48a2dafd 100644 --- a/builtins/memory.h +++ b/builtins/memory.h @@ -8,7 +8,7 @@ #include "types.h" -extern const TypeInfo Memory; -CORD Memory__as_text(const void *p, bool colorize, const TypeInfo *type); +extern const TypeInfo $Memory; +CORD Memory$as_text(const void *p, bool colorize, const TypeInfo *type); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
