projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dece3bf
)
Made the #if wxUSE_UNICODE check correctly...
author
Ryan Norton
<wxprojects@comcast.net>
Sun, 14 Dec 2003 22:20:34 +0000
(22:20 +0000)
committer
Ryan Norton
<wxprojects@comcast.net>
Sun, 14 Dec 2003 22:20:34 +0000
(22:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24847
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/regex/regcustom.h
patch
|
blob
|
blame
|
history
diff --git
a/src/regex/regcustom.h
b/src/regex/regcustom.h
index 14daa24d047c61a5bc14bbba77546c8081617704..4d897ca8791145b9cb23671da4bf35ba474954da 100644
(file)
--- a/
src/regex/regcustom.h
+++ b/
src/regex/regcustom.h
@@
-71,7
+71,7
@@
typedef long celt; /* type to hold chr, MCCE number, or
#define DIGITVAL(c) ((c)-'0') /* turn chr digit into its value */
/* RN - the "not use sizeof() thing is really asanine!" */
-#if
def
wxUSE_UNICODE
+#if wxUSE_UNICODE
# define CHRBITS 32
#else
# define CHRBITS 8 /* bits in a chr; must not use sizeof */