1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-31 22:18:03 +02:00

changed comment wording

This commit is contained in:
Stefan Bellon 2002-01-02 17:48:04 +00:00
parent e6a3c08e27
commit 20d3c745a5

View File

@ -46,8 +46,9 @@
#ifndef __riscos__
typedef unsigned char byte;
#else
/* Norcroft treats char == unsigned char
but char* != unsigned char* */
/* Norcroft treats char = unsigned char as legal assignment
but char* = unsigned char* as illegal assignment
and the same applies to the signed variants as well */
typedef char byte;
#endif
#define HAVE_BYTE_TYPEDEF