projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c82a1f
)
fixes to previous fixes for Sun's CC 5.0
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 20 Jan 1999 19:09:46 +0000
(19:09 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 20 Jan 1999 19:09:46 +0000
(19:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1437
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/defs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/defs.h
b/include/wx/defs.h
index 70456d0bd3bd0df1918542abcd454f0242c7788b..2c3b71ec0ce70f3d4ce2657d113ccbbf32e0ebbc 100644
(file)
--- a/
include/wx/defs.h
+++ b/
include/wx/defs.h
@@
-133,9
+133,9
@@
#elif defined(__WATCOMC__)
typedef unsigned int bool;
#elif defined(__SUNCC__)
- #ifdef __SUNPRO_C
+ #ifdef __SUNPRO_C
C
// starting from version 5.0 Sun CC understands 'bool'
- #if __SUNPRO_C <= 0x0420
+ #if __SUNPRO_C
C
<= 0x0420
// If we use int, we get identically overloaded functions in config.cpp
typedef unsigned char bool;
#endif // Sun CC version