aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/bools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/bools.h')
-rw-r--r--src/stdlib/bools.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdlib/bools.h b/src/stdlib/bools.h
index 3eac0f0d..52bd45a8 100644
--- a/src/stdlib/bools.h
+++ b/src/stdlib/bools.h
@@ -21,5 +21,3 @@ MACROLIKE Bool_t Bool$from_int8(Int8_t i) { return (i != 0); }
MACROLIKE Bool_t Bool$from_byte(uint8_t b) { return (b != 0); }
extern const TypeInfo_t Bool$info;
-
-// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0