1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 14:57:34 +00:00

Ports: Add bc port

This commit is contained in:
Brian Callahan 2020-01-24 19:43:14 -05:00 committed by Andreas Kling
parent c0b32f7b76
commit c8f61de191
3 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,13 @@
--- bc-2.5.1/include/num.h.orig Fri Jan 24 19:24:12 2020
+++ bc-2.5.1/include/num.h Fri Jan 24 19:24:54 2020
@@ -134,6 +134,10 @@
#define BC_NUM_KARATSUBA_ALLOCS (6)
+#ifndef SSIZE_MAX
+#define SSIZE_MAX LONG_MAX
+#endif
+
#define BC_NUM_CMP_SIGNAL_VAL (~((ssize_t) ((size_t) SSIZE_MAX)))
#define BC_NUM_CMP_SIGNAL(cmp) (cmp == BC_NUM_CMP_SIGNAL_VAL)