From 866592d872daa1f4e3d44948d7d3a6c90b0af9d0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 21 Sep 1999 11:44:12 +0000 Subject: [PATCH] //... => /* ... */ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/unzip.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/unzip.c b/src/common/unzip.c index 4faeb06a33..54ced0c33b 100644 --- a/src/common/unzip.c +++ b/src/common/unzip.c @@ -138,7 +138,7 @@ typedef struct } unz_s; #if defined (__VISAGECPP__) -// VA always requires prototypes +/* VA always requires prototypes */ int unzlocal_CheckCurrentFileCoherencyHeader (unz_s*, uInt*, uLong*, uInt*); #endif @@ -1310,7 +1310,7 @@ extern int ZEXPORT unzGetGlobalComment (file, szComment, uSizeBuf) #else -// the file shouldn't be empty, som compilers don't like it +/* the file shouldn't be empty, som compilers don't like it */ static const int dummyVariableInUnzip = 17; -#endif // wxUSE_ZLIB && wxUSE_ZIPSTREAM +#endif /* wxUSE_ZLIB && wxUSE_ZIPSTREAM */