From 7622f62935bacc8d040b0aa7fc118bc0b920f00a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Mar 2024 12:57:49 -0400 Subject: More file comments --- builtins/text.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'builtins/text.c') diff --git a/builtins/text.c b/builtins/text.c index 7116c92f..a0d2f6bc 100644 --- a/builtins/text.c +++ b/builtins/text.c @@ -1,3 +1,5 @@ +// Type info and methods for Text datatype, which uses the Boehm "cord" library +// and libunistr #include #include #include -- cgit v1.2.3