chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mp.c: Return the result of `GFN' transformations as `GF'.
[catacomb-python]
/
mp.c
diff --git
a/mp.c
b/mp.c
index e7cb557b97081e9dc42fcefc1c7203e1eb66a621..e9268e5a378981e232c9ce63b1e249b3e8196552 100644
(file)
--- a/
mp.c
+++ b/
mp.c
@@
-2403,7
+2403,7
@@
static PyObject *gfnget_beta(PyObject *me, void *hunoz)
end: \
mp_drop(xx); \
if (!z) return (0); \
end: \
mp_drop(xx); \
if (!z) return (0); \
- return (
mp
_pywrap(z)); \
+ return (
gf
_pywrap(z)); \
}
XFORMOP(pton, PTON)
XFORMOP(ntop, NTOP)
}
XFORMOP(pton, PTON)
XFORMOP(ntop, NTOP)