mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 04:50:29 +00:00
Ports: Remove obsolete patches for bc
This commit is contained in:
parent
18ae608815
commit
8c062e8bef
Notes:
sideshowbarker
2024-07-18 10:32:27 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/8c062e8bef6 Pull-request: https://github.com/SerenityOS/serenity/pull/6969
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
--- 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)
|
||||
|
Loading…
Reference in a new issue