From 5941237b187f2316976b2f2035f0b7be2621f6d0 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 11 Dec 2010 19:42:33 +0000 Subject: [PATCH] Change bool from `unsigned char' to `int' --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7348c728c..4b2fa783a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-11 Robert Larice + * src/include/bool.h : + Change bool from `unsigned char' to `int' + thats what it is supposed to be in `C' (less warnings, cleaner, etc ...) + The actual change was accidently injected in a commit from 2010-11-27 + 2010-12-11 Robert Larice * src/frontend/inpcom.c : support another non-equality '<>' token