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__
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