mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
refactor: remove SIZEOF_INT check
I have not seen any indication that this is a problem tha can occur with cmake.
This commit is contained in:
parent
ce6fefbab9
commit
c58b2ee58e
@ -8,13 +8,6 @@
|
|||||||
|
|
||||||
#include "auto/config.h"
|
#include "auto/config.h"
|
||||||
|
|
||||||
// Check if configure correctly managed to find sizeof(int). If this failed,
|
|
||||||
// it becomes zero. This is likely a problem of not being able to run the
|
|
||||||
// test program. Other items from configure may also be wrong then!
|
|
||||||
#if (SIZEOF_INT == 0)
|
|
||||||
# error Configure did not run properly.
|
|
||||||
#endif
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
/// length of a buffer to store a number in ASCII (64 bits binary + NUL)
|
/// length of a buffer to store a number in ASCII (64 bits binary + NUL)
|
||||||
NUMBUFLEN = 65,
|
NUMBUFLEN = 65,
|
||||||
|
Loading…
Reference in New Issue
Block a user