summarylogtreecommitdiffstats
path: root/removeifndefs.patch
diff options
context:
space:
mode:
authorWorMzy Tykashi2024-04-18 19:23:42 +0100
committerWorMzy Tykashi2024-04-18 19:24:12 +0100
commit9989d93a8589b5d14a5c325d0820b5a6cc7684b4 (patch)
tree2d6fb745f94a8a28efabfe88068ec990ae243f67 /removeifndefs.patch
parent0f2cceb041a9d443cfa6f10212f334c41888c901 (diff)
downloadaur-libmatheval.tar.gz
Switch to Debian's patchset for fixes and updates
Diffstat (limited to 'removeifndefs.patch')
-rw-r--r--removeifndefs.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/removeifndefs.patch b/removeifndefs.patch
deleted file mode 100644
index 418a3bb06e6f..000000000000
--- a/removeifndefs.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -aur a/tests/matheval.c b/tests/matheval.c
---- a/tests/matheval.c 2016-03-24 13:55:00.163074189 +0000
-+++ b/tests/matheval.c 2016-03-24 13:52:59.492996682 +0000
-@@ -26,26 +26,6 @@
- #include <matheval.h>
- #include "config.h"
-
--#ifndef HAVE_SCM_T_BITS
--typedef long scm_t_bits;
--#endif
--
--#ifndef HAVE_SCM_NUM2DBL
--#ifdef SCM_NUM2DBL
--#define scm_num2dbl(x,s) SCM_NUM2DBL(x)
--#else
--#error Neither scm_num2dbl() nor SCM_NUM2DBL available
--#endif
--#endif
--
--#ifndef HAVE_SCM_C_DEFINE_GSUBR
--#ifdef HAVE_SCM_MAKE_GSUBR
--#define scm_c_define_gsubr scm_make_gsubr
--#else
--#error Neither scm_c_define_gsubr() nor scm_make_gsubr() available
--#endif
--#endif
--
- static scm_t_bits evaluator_tag; /* Unique identifier for Guile
- * objects of evaluator type. */
-