git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24847
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define DIGITVAL(c) ((c)-'0') /* turn chr digit into its value */
/* RN - the "not use sizeof() thing is really asanine!" */
#define DIGITVAL(c) ((c)-'0') /* turn chr digit into its value */
/* RN - the "not use sizeof() thing is really asanine!" */
# define CHRBITS 32
#else
# define CHRBITS 8 /* bits in a chr; must not use sizeof */
# define CHRBITS 32
#else
# define CHRBITS 8 /* bits in a chr; must not use sizeof */