]> git.sur5r.net Git - cc65/blobdiff - include/stdbool.h
Added functional Atari directory classification macros for file types from struct...
[cc65] / include / stdbool.h
index 95f35594588b04e1f3401b8ee346bff9671a0f53..638d35a58e9bdafb4618b25415eb2b9c6f2e3d42 100644 (file)
@@ -35,7 +35,7 @@
 
 
 #define bool _Bool
-typedef char bool;
+typedef unsigned char _Bool;
 
 /* Standard test-results. */
 #define false 0