forked from aniani/vim
patch 8.0.0346: Vim relies on limits.h to be included indirectly
Problem: Vim relies on limits.h to be included indirectly, but on Solaris 9 it may not be. (Ben Fritz) Solution: Always include limits.h.
This commit is contained in:
@@ -487,6 +487,9 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
|
||||
# include <errno.h>
|
||||
#endif
|
||||
|
||||
/* for INT_MAX et al. */
|
||||
#include <limits.h>
|
||||
|
||||
/*
|
||||
* Allow other (non-unix) systems to configure themselves now
|
||||
* These are also in os_unix.h, because osdef.sh needs them there.
|
||||
|
Reference in New Issue
Block a user