c++ style comment, thangs nigel stewart for spotting this, problem with msvc6
authorGuido Draheim <guidod@gmx.de>
Mon, 22 Dec 2003 10:34:35 +0000 (10:34 +0000)
committerGuido Draheim <guidod@gmx.de>
Mon, 22 Dec 2003 10:34:35 +0000 (10:34 +0000)
 (__hints.h)

zzip/__hints.h

index a143cbe1fcffc70202417b6bada0af8e2e5d9517..ed5b2ad97990e23cdabc23485a979c6c10225b11 100644 (file)
@@ -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