diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-01-21 10:08:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-21 10:08:27 +0100 |
commit | 969618ebb5bf325d01346ac0ed5d4f77fe6f668b (patch) | |
tree | fd5d38d80685f4ac5db9f48df35965767d841b38 /src/nvim/math.h | |
parent | 53c0f0bba50f424683d281a3631aee86cce78368 (diff) | |
parent | 226352afcbbc5af703f168c1290e07add26b44fe (diff) | |
download | rneovim-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.h | 7 |
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 |