diff options
Diffstat (limited to 'builtins/bool.c')
| -rw-r--r-- | builtins/bool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/bool.c b/builtins/bool.c index 35eaafec..5831845d 100644 --- a/builtins/bool.c +++ b/builtins/bool.c @@ -1,4 +1,4 @@ - +// Boolean methods/type info #include <gc.h> #include <gc/cord.h> #include <stdbool.h> |
