projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ae3356
)
const fix by Lisandro
author
Stefan Behnel
<scoder@users.berlios.de>
Mon, 1 Sep 2008 05:36:09 +0000
(07:36 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Mon, 1 Sep 2008 05:36:09 +0000
(07:36 +0200)
Cython/Compiler/Nodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Nodes.py
b/Cython/Compiler/Nodes.py
index c16b1116cf88732052efb07e26ddc40f01a9c75b..ae1552d3453d06da12a3a3305c711abcf581dfeb 100644
(file)
--- a/
Cython/Compiler/Nodes.py
+++ b/
Cython/Compiler/Nodes.py
@@
-4364,7
+4364,7
@@
static INLINE void __Pyx_RaiseArgtupleInvalid(
Py_ssize_t num_found)
{
Py_ssize_t num_expected;
- char *number, *more_or_less;
+ c
onst c
har *number, *more_or_less;
if (num_found < num_min) {
num_expected = num_min;