Commit 470429ed authored by Neal Norwitz's avatar Neal Norwitz

Fix missing space between words. Bugfix candidate.

parent 88d80671
...@@ -4452,7 +4452,7 @@ symtable_check_unoptimized(struct compiling *c, ...@@ -4452,7 +4452,7 @@ symtable_check_unoptimized(struct compiling *c,
"unqualified exec is not allowed in function '%.100s' it %s" "unqualified exec is not allowed in function '%.100s' it %s"
#define ILLEGAL_EXEC_AND_IMPORT_STAR \ #define ILLEGAL_EXEC_AND_IMPORT_STAR \
"function '%.100s' uses import * and bare exec, which are illegal" \ "function '%.100s' uses import * and bare exec, which are illegal " \
"because it %s" "because it %s"
/* XXX perhaps the linenos for these opt-breaking statements /* XXX perhaps the linenos for these opt-breaking statements
......
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