diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-29 14:11:43 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-29 14:11:43 (GMT) |
commit | cef4806c88ce99ce8ce81e3234329b74d467f35c (patch) | |
tree | 6cc3fdb0ac163cf1f1ae74ef2a48e4ba8f2206af /Utilities/cmtar/compat | |
parent | ebfaf365ad15456a727aae37ec1f5ba7dfd71905 (diff) | |
download | CMake-cef4806c88ce99ce8ce81e3234329b74d467f35c.zip CMake-cef4806c88ce99ce8ce81e3234329b74d467f35c.tar.gz CMake-cef4806c88ce99ce8ce81e3234329b74d467f35c.tar.bz2 |
COMP: Remove c++ style comments
Diffstat (limited to 'Utilities/cmtar/compat')
-rw-r--r-- | Utilities/cmtar/compat/compat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Utilities/cmtar/compat/compat.h b/Utilities/cmtar/compat/compat.h index ae46f36..a42c06f 100644 --- a/Utilities/cmtar/compat/compat.h +++ b/Utilities/cmtar/compat/compat.h @@ -198,8 +198,7 @@ int inet_aton(const char *, struct in_addr *); #endif /* NEED_MAKEDEV */ -#ifdef _MSC_VER //compile snprintf only onwin32 -//#if defined(NEED_SNPRINTF) && !defined(HAVE_SNPRINTF) +#ifdef _MSC_VER /* compile snprintf only onwin32 */ #if !defined(HAVE_SNPRINTF) int mutt_snprintf(char *, size_t, const char *, ...); int mutt_vsnprintf(char *, size_t, const char *, va_list); |