diff options
author | Alex Auvolat <alex@adnab.me> | 2017-04-21 14:57:53 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2017-04-21 14:57:53 +0200 |
commit | ec08d0410730a16836eb40f5e46082b3bbaf45f6 (patch) | |
tree | 1191271926f1fe42049b974f4bd9bdf56a2945bb /src/lib/include/math.h | |
parent | 59ecab36f634a00cc6e2c4194bf2d5ebc4ec70eb (diff) | |
download | kogata-ec08d0410730a16836eb40f5e46082b3bbaf45f6.tar.gz kogata-ec08d0410730a16836eb40f5e46082b3bbaf45f6.zip |
include lua_cmsgpack and implement select binding
Diffstat (limited to 'src/lib/include/math.h')
-rw-r--r-- | src/lib/include/math.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/include/math.h b/src/lib/include/math.h index 4a23bd8..dfb515c 100644 --- a/src/lib/include/math.h +++ b/src/lib/include/math.h @@ -56,4 +56,6 @@ double exp(double x); double frexp(double x, int *exp); double pow(double x, double y); +#define isinf(x) (0) + /* vim: set sts=0 ts=4 sw=4 tw=0 noet :*/ |