chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
debian/: Use `dh_python2' for packaging.
[mLib-python]
/
array.h
diff --git
a/array.h
b/array.h
index 832519af1479b6f2c0deaea06c2b6b63c10c9073..56f0660910510ab0c435ada9cc09033eccf4fa30 100644
(file)
--- a/
array.h
+++ b/
array.h
@@
-1,6
+1,4
@@
/* -*-c-*-
- *
- * $Id$
*
* Double-ended arrays
*
@@
-35,7
+33,7
@@
#include <Python.h>
-extern void daysetup(void);
+extern void da
_p
ysetup(void);
extern PyTypeObject da_pytype, daiter_pytype;
#ifdef __cplusplus