aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Bellon <[email protected]>2001-08-21 18:08:11 +0000
committerStefan Bellon <[email protected]>2001-08-21 18:08:11 +0000
commitdd3a8de732c4f573fdb4c83cf433a756167fad1e (patch)
tree075acd693c87bbf09a04b0eef805a881db4b32e9
parentNew files for RISC OS build of GnuPG (diff)
downloadgnupg-dd3a8de732c4f573fdb4c83cf433a756167fad1e.tar.gz
gnupg-dd3a8de732c4f573fdb4c83cf433a756167fad1e.zip
RISC OS specific typedef
-rw-r--r--include/types.h4
1 files 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