Commit db312fa8 authored by Russ Cox's avatar Russ Cox

bug163

R=ken
OCL=31149
CL=31149
parent 8a1bfe89
......@@ -816,7 +816,7 @@ talph:
goto l0;
}
// 0xb7 · is used for internal names
if(!isalpharune(c) && !isdigitrune(c) && c != 0xb7)
if(!isalpharune(rune) && !isdigitrune(rune) && rune != 0xb7)
yyerror("invalid identifier character 0x%ux", rune);
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment