commit | c5d47d5ac3824f8b0788795897236ac02da0c954 | [log] [tgz] |
---|---|---|
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | Fri Mar 23 12:50:53 2012 +0000 |
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | Fri Mar 23 12:50:53 2012 +0000 |
tree | 142499ab6967311b24fdab66a43eeb286d407671 | |
parent | b81e5388b6373ee10f5e813b91d6a0c493620d57 [diff] [blame] |
Fix typo when "PyObject*" was changed to "identifier"
diff --git a/Python/future.c b/Python/future.c index 83465a8..d24ae41 100644 --- a/Python/future.c +++ b/Python/future.c
@@ -86,7 +86,7 @@ */ if (s->kind == ImportFrom_kind) { - identifier *modname = s->v.ImportFrom.module; + identifier modname = s->v.ImportFrom.module; if (modname && !PyUnicode_CompareWithASCIIString(modname, "__future__")) { if (done) {