chiark
/
gitweb
/
~mdw
/
mLib-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8546fc9
)
array.h: Fix typo in declaration of da_pysetup.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 4 Oct 2009 12:30:24 +0000
(13:30 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 4 Oct 2009 12:30:24 +0000
(13:30 +0100)
array.h
patch
|
blob
|
blame
|
history
diff --git
a/array.h
b/array.h
index 832519af1479b6f2c0deaea06c2b6b63c10c9073..cbf3fb076007d2e1053d9e29d40020ddc0256081 100644
(file)
--- a/
array.h
+++ b/
array.h
@@
-35,7
+35,7
@@
#include <Python.h>
-extern void daysetup(void);
+extern void da
_p
ysetup(void);
extern PyTypeObject da_pytype, daiter_pytype;
#ifdef __cplusplus