chiark
/
gitweb
/
~mdw
/
pyke
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pyke/mapping.c, key.c: Make the mapping code more intrusive and complete.
[pyke]
/
pyke-mLib.h
diff --git
a/pyke-mLib.h
b/pyke-mLib.h
index f1e8cd28982654bc91c05c648e5a86968b00c43a..aa50bd8886ab6b1375f0b1969452904584d6ac9b 100644
(file)
--- a/
pyke-mLib.h
+++ b/
pyke-mLib.h
@@
-39,6
+39,7
@@
PUBLIC_SYMBOLS;
#include <mLib/bits.h>
PUBLIC_SYMBOLS;
#include <mLib/bits.h>
+#include <mLib/sym.h>
PRIVATE_SYMBOLS;
/*----- Conversions -------------------------------------------------------*/
PRIVATE_SYMBOLS;
/*----- Conversions -------------------------------------------------------*/
@@
-53,6
+54,11
@@
extern int convk64(PyObject *, void *);
extern PyObject *getk64(kludge64);
/* Output conversion for `kludge64'. */
extern PyObject *getk64(kludge64);
/* Output conversion for `kludge64'. */
+/*----- Mapping support ---------------------------------------------------*/
+
+extern Py_ssize_t gmap_pysize_from_sym(sym_table *);
+ /* Determine the size of a mapping based on a `sym_table'. */
+
/*----- That's all, folks -------------------------------------------------*/
#ifdef __cplusplus
/*----- That's all, folks -------------------------------------------------*/
#ifdef __cplusplus