From: Ryan Norton Date: Mon, 15 Dec 2003 02:20:54 +0000 (+0000) Subject: fix gcc warning X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7b0f0de365e0890213ab35e05afa3f466204e0af fix gcc warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/regex/regcustom.h b/src/regex/regcustom.h index 328354a7d7..a53cf621ca 100644 --- a/src/regex/regcustom.h +++ b/src/regex/regcustom.h @@ -107,7 +107,7 @@ typedef long celt; /* type to hold chr, MCCE number, or PUTTING PARENTHASES AROUND THIS, I.E. (1 << CHRBITS) WILL CAUSE ALL CHARACTERS TO BE MATCHED!!! */ -/*#define CHR_MAX 1 << CHRBITS /*0xfffffffe*/ /* CHR_MAX-CHR_MIN+1 should fit in uchr */ +/*#define CHR_MAX 1 << CHRBITS / CHR_MAX-CHR_MIN+1 should fit in uchr */ /* functions operating on chr */