Another AIX build problem
Werner Koch
wk at gnupg.org
Fri Nov 19 11:24:02 CET 1999
Jos Backus <Jos.Backus at nl.origin-it.com> writes:
> To prevent this from being a problem, I would like to suggest that this macro
> be changed into
>
> #define HEXTOBIN(x) ( (x) >= '0' && (x) <= '9' ? ((x)-'0') : \
> (x) >= 'A' && (x) <= 'F' ? ((x)-'A'+10) : ((x)-'a'+10))
Okay, that is a simple solution.
Thanks.
--
Werner Koch at guug.de www.gnupg.org keyid 621CC013
More information about the Gnupg-devel
mailing list