diff options
Diffstat (limited to 'src/stdlib/text.h')
| -rw-r--r-- | src/stdlib/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stdlib/text.h b/src/stdlib/text.h index f31ee05c..5fa95675 100644 --- a/src/stdlib/text.h +++ b/src/stdlib/text.h @@ -1,8 +1,8 @@ -#pragma once - // Type info and methods for Text datatype, which uses a struct inspired by // Raku's string representation and libunistr +#pragma once + #include <stdbool.h> #include <stdint.h> |
