mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
RISC OS specific typedef
This commit is contained in:
parent
faa09c5abb
commit
dd3a8de732
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue