mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
RISC OS specific typedef
This commit is contained in:
parent
faa09c5abb
commit
dd3a8de732
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user