diff options
Diffstat (limited to 'include/stdbool.h')
| -rw-r--r-- | include/stdbool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdbool.h b/include/stdbool.h index 4b677e27..3d942ff4 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -1,5 +1,5 @@ -#ifndef __STDBOOL_H__ -#define __STDBOOL_H__ +#ifndef __STDBOOL_H +#define __STDBOOL_H #define bool _Bool #define true 1 |
