diff options
Diffstat (limited to 'builtins/text.c')
| -rw-r--r-- | builtins/text.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <assert.h> #include <ctype.h> #include <err.h> |
