aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/lib/math.c
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-06-21 11:28:24 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-06-21 11:52:22 +0300
commit8fd47d685a4b91a0476ad64ee6d956078904b33f (patch)
treef677a61df45cc4e68814fcbda738c2dbdd6474ca /contrib/tools/bison/lib/math.c
parent424c5c935fddd2da90f5c6760011ae0e681f9d56 (diff)
downloadydb-8fd47d685a4b91a0476ad64ee6d956078904b33f.tar.gz
Put contrib/tools/bison under yamaker
fc8958be3a17b5e88f21aad92b3ed2b1630d4ad8
Diffstat (limited to 'contrib/tools/bison/lib/math.c')
-rw-r--r--contrib/tools/bison/lib/math.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/tools/bison/lib/math.c b/contrib/tools/bison/lib/math.c
new file mode 100644
index 0000000000..ddb2ded530
--- /dev/null
+++ b/contrib/tools/bison/lib/math.c
@@ -0,0 +1,3 @@
+#include <config.h>
+#define _GL_MATH_INLINE _GL_EXTERN_INLINE
+#include "math.h"