const fix by Lisandro
authorStefan Behnel <scoder@users.berlios.de>
Mon, 1 Sep 2008 05:36:09 +0000 (07:36 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 1 Sep 2008 05:36:09 +0000 (07:36 +0200)
Cython/Compiler/Nodes.py

index c16b1116cf88732052efb07e26ddc40f01a9c75b..ae1552d3453d06da12a3a3305c711abcf581dfeb 100644 (file)
@@ -4364,7 +4364,7 @@ static INLINE void __Pyx_RaiseArgtupleInvalid(
     Py_ssize_t num_found)
 {
     Py_ssize_t num_expected;
-    char *number, *more_or_less;
+    const char *number, *more_or_less;
 
     if (num_found < num_min) {
         num_expected = num_min;