projects
/
zziplib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
440cc1a
)
c++ style comment, thangs nigel stewart for spotting this, problem with msvc6
author
Guido Draheim
<guidod@gmx.de>
Mon, 22 Dec 2003 10:34:35 +0000
(10:34 +0000)
committer
Guido Draheim
<guidod@gmx.de>
Mon, 22 Dec 2003 10:34:35 +0000
(10:34 +0000)
(__hints.h)
zzip/__hints.h
patch
|
blob
|
history
diff --git
a/zzip/__hints.h
b/zzip/__hints.h
index a143cbe1fcffc70202417b6bada0af8e2e5d9517..ed5b2ad97990e23cdabc23485a979c6c10225b11 100644
(file)
--- a/
zzip/__hints.h
+++ b/
zzip/__hints.h
@@
-9,7
+9,6
@@
# elif defined __GNUC__
# define ZZIP_GNUC_ATLEAST(_M_,_N_) \
((__GNUC__ << 10) >= ((_M_) << 10))
-//16122002, tdr
# else
# define ZZIP_GNUC_ATLEAST(_M_, _N_) 0
# endif