From 7b0f0de365e0890213ab35e05afa3f466204e0af Mon Sep 17 00:00:00 2001
From: Ryan Norton <wxprojects@comcast.net>
Date: Mon, 15 Dec 2003 02:20:54 +0000
Subject: [PATCH] fix gcc warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 src/regex/regcustom.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */
-- 
2.47.2