chiark / gitweb /
mp.c: Factor out and export `mphash'.
[catacomb-python] / buffer.c
index 27eafd1ef2e6f0773cb62bdc2677419095b0c6ef..bd5e3349094865cd756ad0de81ed7e7d05f28cf1 100644 (file)
--- a/buffer.c
+++ b/buffer.c
@@ -506,7 +506,7 @@ static PyMethodDef wbuf_pymethods[] = {
   BUF_DOSUFFIXES(WBMETH_DECL_PUTBLK_)
   METH (putmp,                 "WBUF.putmp(X)")
   METH (putgf,                 "WBUF.putgf(X)")
-  KWMETH(putecpt,              "WBUF.putecpt(P)")
+  METH (putecpt,               "WBUF.putecpt(P)")
   METH (putecptraw,            "WBUF.putecptraw(P)")
   METH (putge,                 "WBUF.putge(X)")
   METH (putgeraw,              "WBUF.putgeraw(X)")