chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
.gdbinit: Delete this obsolete file.
[catacomb-python]
/
algorithms.c
diff --git
a/algorithms.c
b/algorithms.c
index 064fb03dabb2c0faf3f6edb4dead5e55e8d77958..888ceb0e422d0d3b7ebd55a6c713085f3bb4cc6a 100644
(file)
--- a/
algorithms.c
+++ b/
algorithms.c
@@
-27,7
+27,9
@@
/*----- Header files ------------------------------------------------------*/
#include "catacomb-python.h"
/*----- Header files ------------------------------------------------------*/
#include "catacomb-python.h"
+PUBLIC_SYMBOLS;
#include "algorithms.h"
#include "algorithms.h"
+PRIVATE_SYMBOLS;
/*----- Key sizes ---------------------------------------------------------*/
/*----- Key sizes ---------------------------------------------------------*/
@@
-2667,8
+2669,7
@@
typedef struct kxvik_pyobj {
unsigned n;
} kxvik_pyobj;
unsigned n;
} kxvik_pyobj;
-static PyObject *kxvik_pynew(PyTypeObject *ty,
- PyObject *arg, PyObject *kw)
+static PyObject *kxvik_pynew(PyTypeObject *ty, PyObject *arg, PyObject *kw)
{
unsigned n = 24;
kxvik_pyobj *rc = 0;
{
unsigned n = 24;
kxvik_pyobj *rc = 0;