1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-10 13:04:23 +01: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__ #ifndef __riscos__
typedef unsigned char byte; typedef unsigned char byte;
#else #else
/* Norcroft treats char == unsigned char /* Norcroft treats char = unsigned char as legal assignment
but char* != unsigned char* */ but char* = unsigned char* as illegal assignment
and the same applies to the signed variants as well */
typedef char byte; typedef char byte;
#endif #endif
#define HAVE_BYTE_TYPEDEF #define HAVE_BYTE_TYPEDEF