From dd3a8de732c4f573fdb4c83cf433a756167fad1e Mon Sep 17 00:00:00 2001 From: Stefan Bellon Date: Tue, 21 Aug 2001 18:08:11 +0000 Subject: [PATCH] RISC OS specific typedef --- include/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/types.h b/include/types.h index 81696aeea..e1413dcd3 100644 --- a/include/types.h +++ b/include/types.h @@ -46,8 +46,8 @@ #ifndef __riscos__ typedef unsigned char byte; #else - /* FIXME it seems that char is unsigned by default and we workaround - * signed/unsigned mismacthes here. */ + /* Norcroft treats char == unsigned char + but char* != unsigned char* */ typedef char byte; #endif #define HAVE_BYTE_TYPEDEF