projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe1634
)
cleanup
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 23 Aug 2008 12:15:05 +0000
(14:15 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 23 Aug 2008 12:15:05 +0000
(14:15 +0200)
Cython/Compiler/Nodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Nodes.py
b/Cython/Compiler/Nodes.py
index 31ad7ea9de5171d9151d55a606d7a622046db5b2..dc67330fb369f426ca786e02a57c08dfed4f13a0 100644
(file)
--- a/
Cython/Compiler/Nodes.py
+++ b/
Cython/Compiler/Nodes.py
@@
-4526,7
+4526,7
@@
static int __Pyx_SplitKeywords(
Py_ssize_t num_posargs,
char* func_name)
{
- PyObject *
s = 0, *
x = 0, *kwds1 = 0;
+ PyObject *x = 0, *kwds1 = 0;
int i;
PyObject ***p;