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__
|
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user