aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/math.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-01-21 10:08:27 +0100
committerGitHub <noreply@github.com>2019-01-21 10:08:27 +0100
commit969618ebb5bf325d01346ac0ed5d4f77fe6f668b (patch)
treefd5d38d80685f4ac5db9f48df35965767d841b38 /src/nvim/math.h
parent53c0f0bba50f424683d281a3631aee86cce78368 (diff)
parent226352afcbbc5af703f168c1290e07add26b44fe (diff)
downloadrneovim-969618ebb5bf325d01346ac0ed5d4f77fe6f668b.tar.gz
rneovim-969618ebb5bf325d01346ac0ed5d4f77fe6f668b.tar.bz2
rneovim-969618ebb5bf325d01346ac0ed5d4f77fe6f668b.zip
Merge #9532 from justinmk/fix-fpclassify
Diffstat (limited to 'src/nvim/math.h')
-rw-r--r--src/nvim/math.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/math.h b/src/nvim/math.h
new file mode 100644
index 0000000000..7969323905
--- /dev/null
+++ b/src/nvim/math.h
@@ -0,0 +1,7 @@
+#ifndef NVIM_MATH_H
+#define NVIM_MATH_H
+
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "math.h.generated.h"
+#endif
+#endif // NVIM_MATH_H