aboutsummaryrefslogtreecommitdiff
path: root/builtins/bool.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-05 15:31:54 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-05 15:31:54 -0400
commit04c8fb0362dc4f922c1e96ca01fb87a3e8e74214 (patch)
treea5a65a625a9b697ac6875874b9b4c04abd3d0a65 /builtins/bool.h
parent391c1b6bde0d5fd6f306f9613109e18ec487afe7 (diff)
Replace $Type with Type$info for builtin TypeInfos
Diffstat (limited to 'builtins/bool.h')
-rw-r--r--builtins/bool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/bool.h b/builtins/bool.h
index 578cad6c..cf2237fd 100644
--- a/builtins/bool.h
+++ b/builtins/bool.h
@@ -16,6 +16,6 @@ Text_t Bool$as_text(const bool *b, bool colorize, const TypeInfo *type);
bool Bool$from_text(Text_t text, bool *success);
Bool_t Bool$random(double p);
-extern const TypeInfo $Bool;
+extern const TypeInfo Bool$info;
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0