aboutsummaryrefslogtreecommitdiff
path: root/builtins/bool.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-27 13:47:29 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-27 13:47:29 -0500
commita7bbbe9584f6e4cd35c9a78e8f83b458ddd8f914 (patch)
treeed355fbb759916f4a73be0404137b45c2b751385 /builtins/bool.h
parent805c26e65a4b96d61b98c984c526f2d3e2789749 (diff)
Const 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 2d1a6f88..5df30893 100644
--- a/builtins/bool.h
+++ b/builtins/bool.h
@@ -11,6 +11,6 @@
CORD Bool__as_str(const bool *b, bool colorize, const TypeInfo *type);
-extern TypeInfo Bool;
+extern const TypeInfo Bool;
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0