chiark
/
gitweb
/
~mdw
/
pyke
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c6a3630
)
catacomb.c: Use a less awful version comparison.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 20 Oct 2019 20:03:38 +0000
(21:03 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 10 Apr 2020 21:42:39 +0000
(22:42 +0100)
catacomb.c
patch
|
blob
|
blame
|
history
diff --git
a/catacomb.c
b/catacomb.c
index bf68727bc4cb51d8e15e9b8319f599d7f87819e5..b54227f81301e28c96648d8be31ff3be4db350c3 100644
(file)
--- a/
catacomb.c
+++ b/
catacomb.c
@@
-158,7
+158,7
@@
static PyMethodDef methods[] = {
static void init_random(void)
{
static void init_random(void)
{
-#if PY_
MAJOR_VERSION >= 3 || (PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION >= 6)
+#if PY_
VERSION_HEX >= 0x02060000
char *seed;
uint32 r;
char *seed;
uint32 r;