]> www.ginac.de Git - cln.git/commitdiff
Tweak for MacOS X.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Feb 2003 11:17:25 +0000 (11:17 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 24 Feb 2003 11:17:25 +0000 (11:17 +0000)
ChangeLog
src/modinteger/cl_MI.cc

index ec0d90125320f3f846cfc1d1b8b38a2af09f8d85..904cb20d1f115ca1d05e3faeb91fa3b10f8acaa5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
-2003-02-21  Bruno Haible  <bruno@clisp.org>
+2003-02-24  Bruno Haible  <bruno@clisp.org>
 
        * src/base/random/cl_random_from.cc (random_state::random_state): Add
        support for MacOS X.
+       * src/modinteger/cl_MI.cc: #undef _R.
        Reported by Erann Gat <gat@jpl.nasa.gov>.
 
 2002-08-03  Joerg Arndt  <jj@suse.de>
index 3aae64d0d2a3713f553121a6eb873c2727740ed2..6be4179fc5db286d94467f3555c5ac939a7d7ccd 100644 (file)
@@ -21,6 +21,10 @@ CL_PROVIDE(cl_MI)
 #include "cln/abort.h"
 #include "cl_alloca.h"
 
+# MacOS X does "#define _R 0x00040000L"
+# Grr...
+#undef _R
+
 namespace cln {
 
 cl_heap_modint_ring::cl_heap_modint_ring (cl_I m, cl_modint_setops* setopv, cl_modint_addops* addopv, cl_modint_mulops* mulopv)