We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b4486 commit e0a7658Copy full SHA for e0a7658
2 files changed
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2909,
755
/**/
756
2908,
757
src/vim.h
@@ -46,9 +46,6 @@
46
# endif
47
48
49
-// for INT_MAX, LONG_MAX et al.
50
-# include <limits.h>
51
-
52
/*
53
* Cygwin may have fchdir() in a newer release, but in most versions it
54
* doesn't work well and avoiding it keeps the binary backward compatible.
@@ -62,6 +59,9 @@
62
59
# define UINT32_TYPEDEF uint32_t
63
60
#endif
64
61
+// for INT_MAX, LONG_MAX et al.
+#include <limits.h>
+
65
#if !defined(UINT32_TYPEDEF)
66
# if defined(uint32_t) // this doesn't catch typedefs, unfortunately
67
0 commit comments