summaryrefslogtreecommitdiff
path: root/include/ruby/3/stdbool.h
diff options
context:
space:
mode:
-rw-r--r--include/ruby/3/stdbool.h6
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,6 @@
-/** \noop-*-C++-*-vi:ft=cpp
* @file
* @author Ruby developers <[email protected]>
* @copyright This file is a part of the programming language Ruby.
@@ -45,3 +47,5 @@ typedef unsigned char _Bool;
# define false ((_Bool)+0)
# define __bool_true_false_are_defined
#endif