aboutsummaryrefslogtreecommitdiff
path: root/builtins/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/text.h')
-rw-r--r--builtins/text.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/builtins/text.h b/builtins/text.h
index 4c206cbb..edbd119c 100644
--- a/builtins/text.h
+++ b/builtins/text.h
@@ -1,4 +1,8 @@
#pragma once
+
+// Type info and methods for Text datatype, which uses the Boehm "cord" library
+// and libunistr
+
#include <gc/cord.h>
#include <stdbool.h>
#include <stdint.h>