COMP: Remove c++ style comments

This commit is contained in:
Andy Cedilnik 2005-12-29 09:11:43 -05:00
parent ebfaf365ad
commit cef4806c88
2 changed files with 1 additions and 3 deletions

View File

@ -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);

View File

@ -19,7 +19,6 @@
#endif
#include <time.h>
#include <limits.h>
//#include <sys/param.h>
#ifdef STDC_HEADERS
# include <string.h>