mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
remove HAVE_MATH_H
This commit is contained in:

committed by
Thiago de Arruda

parent
b1ea283c59
commit
22a1a26cad
@@ -42,7 +42,6 @@
|
||||
#define HAVE_LIBINTL_H 1
|
||||
#define HAVE_LOCALE_H 1
|
||||
#define HAVE_LSTAT 1
|
||||
#define HAVE_MATH_H 1
|
||||
#define HAVE_MKDTEMP 1
|
||||
#define HAVE_NANOSLEEP 1
|
||||
#define HAVE_NL_LANGINFO_CODESET 1
|
||||
|
@@ -64,7 +64,7 @@
|
||||
#include "os/os.h"
|
||||
#include "os/shell.h"
|
||||
|
||||
#if defined(FEAT_FLOAT) && defined(HAVE_MATH_H)
|
||||
#if defined(FEAT_FLOAT)
|
||||
# include <math.h>
|
||||
#endif
|
||||
|
||||
|
@@ -824,9 +824,7 @@ proftime_T *tm;
|
||||
}
|
||||
|
||||
|
||||
# if defined(HAVE_MATH_H)
|
||||
# include <math.h>
|
||||
# endif
|
||||
#include <math.h>
|
||||
|
||||
/*
|
||||
* Divide the time "tm" by "count" and store in "tm2".
|
||||
|
@@ -35,7 +35,7 @@
|
||||
#include "ui.h"
|
||||
#include "os/os.h"
|
||||
|
||||
#if defined(FEAT_FLOAT) && defined(HAVE_MATH_H)
|
||||
#if defined(FEAT_FLOAT)
|
||||
# include <math.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user