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 | |
parent | ebfaf365ad15456a727aae37ec1f5ba7dfd71905 (diff) | |
download | CMake-cef4806c88ce99ce8ce81e3234329b74d467f35c.zip CMake-cef4806c88ce99ce8ce81e3234329b74d467f35c.tar.gz CMake-cef4806c88ce99ce8ce81e3234329b74d467f35c.tar.bz2 |
COMP: Remove c++ style comments
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmtar/compat/compat.h | 3 | ||||
-rw-r--r-- | Utilities/cmtar/output.c | 1 |
2 files changed, 1 insertions, 3 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); diff --git a/Utilities/cmtar/output.c b/Utilities/cmtar/output.c index 5bd69c7..95d628b 100644 --- a/Utilities/cmtar/output.c +++ b/Utilities/cmtar/output.c @@ -19,7 +19,6 @@ #endif #include <time.h> #include <limits.h> -//#include <sys/param.h> #ifdef STDC_HEADERS # include <string.h> |