From d701273704d8722c60d90f211764e9829ce9726d Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Fri, 18 Apr 2014 09:16:46 -0700 Subject: [PATCH] omg, there's a proper `bool` type in C now! --- src/Layout.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Layout.c b/src/Layout.c index 9334a470..bb4b282d 100644 --- a/src/Layout.c +++ b/src/Layout.c @@ -2,8 +2,7 @@ #include #include #include - -typedef unsigned char bool; +#include #define CSS_UNDEFINED NAN