Browse Source

* src/numtheory/cl_nt_sqrtmodp.cc: #undef _R.

Reported by Andrew Rechnitzer <A.Rechnitzer@ms.unimelb.edu.au>.
master
Richard Kreckel 22 years ago
parent
commit
e2ecea4d04
  1. 5
      ChangeLog
  2. 3
      src/numtheory/cl_nt_sqrtmodp.cc

5
ChangeLog

@ -1,3 +1,8 @@
2003-08-06 Richard Kreckel <kreckel@ginac.de>
* src/numtheory/cl_nt_sqrtmodp.cc: #undef _R.
Reported by Andrew Rechnitzer <A.Rechnitzer@ms.unimelb.edu.au>.
2003-08-01 Richard Kreckel <kreckel@ginac.de>
More dependent base resolution issues

3
src/numtheory/cl_nt_sqrtmodp.cc

@ -16,6 +16,9 @@
#include <cmath>
#define floor cln_floor
// MacOS X does "#define _R 0x00040000L". Grr...
#undef _R
namespace cln {
// Algorithm 1 (for very small p only):

Loading…
Cancel
Save