From: cuz Date: Tue, 3 Jun 2003 12:03:28 +0000 (+0000) Subject: Fixed a bug X-Git-Tag: V2.12.0~1525 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a64a4068fc12a6065a146691c8ccb7c8ef1a362e;p=cc65 Fixed a bug git-svn-id: svn://svn.cc65.org/cc65/trunk@2193 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/stdbool.h b/include/stdbool.h index 95f355945..638d35a58 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -35,7 +35,7 @@ #define bool _Bool -typedef char bool; +typedef unsigned char _Bool; /* Standard test-results. */ #define false 0