mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
remove HAVE_DATE_TIME
__DATE__ and __TIME__ are C99 standard predefined macros.
This commit is contained in:
parent
f9d4b14f25
commit
8bae684045
@ -14,7 +14,6 @@
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#cmakedefine HAVE__NSGETENVIRON
|
||||
#cmakedefine HAVE_CRT_EXTERNS_H
|
||||
#define HAVE_DATE_TIME 1
|
||||
#define HAVE_DIRENT_H 1
|
||||
#define HAVE_DLFCN_H 1
|
||||
#define HAVE_DLOPEN 1
|
||||
|
@ -23,11 +23,7 @@
|
||||
char *Version = VIM_VERSION_SHORT;
|
||||
static char *mediumVersion = VIM_VERSION_MEDIUM;
|
||||
|
||||
#if defined(HAVE_DATE_TIME) || defined(PROTO)
|
||||
char *longVersion = VIM_VERSION_LONG_DATE __DATE__ " " __TIME__ ")";
|
||||
#else // if defined(HAVE_DATE_TIME) || defined(PROTO)
|
||||
char *longVersion = VIM_VERSION_LONG;
|
||||
#endif // if defined(HAVE_DATE_TIME) || defined(PROTO)
|
||||
|
||||
static void list_features(void);
|
||||
static void version_msg(char *s);
|
||||
|
Loading…
Reference in New Issue
Block a user