COMP: Remove c++ style comments
This commit is contained in:
parent
ebfaf365ad
commit
cef4806c88
|
@ -198,8 +198,7 @@ int inet_aton(const char *, struct in_addr *);
|
||||||
|
|
||||||
#endif /* NEED_MAKEDEV */
|
#endif /* NEED_MAKEDEV */
|
||||||
|
|
||||||
#ifdef _MSC_VER //compile snprintf only onwin32
|
#ifdef _MSC_VER /* compile snprintf only onwin32 */
|
||||||
//#if defined(NEED_SNPRINTF) && !defined(HAVE_SNPRINTF)
|
|
||||||
#if !defined(HAVE_SNPRINTF)
|
#if !defined(HAVE_SNPRINTF)
|
||||||
int mutt_snprintf(char *, size_t, const char *, ...);
|
int mutt_snprintf(char *, size_t, const char *, ...);
|
||||||
int mutt_vsnprintf(char *, size_t, const char *, va_list);
|
int mutt_vsnprintf(char *, size_t, const char *, va_list);
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
#endif
|
#endif
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
//#include <sys/param.h>
|
|
||||||
|
|
||||||
#ifdef STDC_HEADERS
|
#ifdef STDC_HEADERS
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
|
|
Loading…
Reference in New Issue