merge 3.2

This commit is contained in:
Benjamin Peterson 2011-06-20 21:40:46 -05:00
commit 267ca6cb23
1 changed files with 1 additions and 1 deletions

View File

@ -2283,7 +2283,7 @@ alias_for_import_name(struct compiling *c, const node *n, int store)
loop:
switch (TYPE(n)) {
case import_as_name: {
case import_as_name: {
node *name_node = CHILD(n, 0);
str = NULL;
name = NEW_IDENTIFIER(name_node);