1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-21 15:01:41 +02:00

RISC OS specific typedef

This commit is contained in:
Stefan Bellon 2001-08-21 18:08:11 +00:00
parent faa09c5abb
commit dd3a8de732

View File

@ -46,8 +46,8 @@
#ifndef __riscos__ #ifndef __riscos__
typedef unsigned char byte; typedef unsigned char byte;
#else #else
/* FIXME it seems that char is unsigned by default and we workaround /* Norcroft treats char == unsigned char
* signed/unsigned mismacthes here. */ but char* != unsigned char* */
typedef char byte; typedef char byte;
#endif #endif
#define HAVE_BYTE_TYPEDEF #define HAVE_BYTE_TYPEDEF