diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-17 20:35:09 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-17 20:35:09 -0400 |
| commit | f4e38fd061a158ecb94881273c6db6e6a332f61d (patch) | |
| tree | 9179cb312dcc1b24d806dfb65694c25580d1ed8b /src/stdlib/memory.h | |
| parent | 602cedd03b0c3d6ef176efafb08f51bde9bfe543 (diff) | |
Switch from using dollar signs as namespace delimiters to using 々, ヽ, andunicode-identifiers
〇.
Diffstat (limited to 'src/stdlib/memory.h')
| -rw-r--r-- | src/stdlib/memory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stdlib/memory.h b/src/stdlib/memory.h index e03d5931..c8a777e6 100644 --- a/src/stdlib/memory.h +++ b/src/stdlib/memory.h @@ -7,7 +7,7 @@ #include "types.h" -extern const TypeInfo_t Memory$info; -Text_t Memory$as_text(const void *p, bool colorize, const TypeInfo_t *type); +extern const TypeInfo_t Memoryヽinfo; +Text_t Memoryヽas_text(const void *p, bool colorize, const TypeInfo_t *type); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
