diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-05 15:31:54 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-05 15:31:54 -0400 |
| commit | 04c8fb0362dc4f922c1e96ca01fb87a3e8e74214 (patch) | |
| tree | a5a65a625a9b697ac6875874b9b4c04abd3d0a65 /builtins/memory.h | |
| parent | 391c1b6bde0d5fd6f306f9613109e18ec487afe7 (diff) | |
Replace $Type with Type$info for builtin 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 e3cb2983..9bde4617 100644 --- a/builtins/memory.h +++ b/builtins/memory.h @@ -8,7 +8,7 @@ #include "types.h" -extern const TypeInfo $Memory; +extern const TypeInfo Memory$info; Text_t Memory$as_text(const void *p, bool colorize, const TypeInfo *type); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
