Commit 150d09d3 authored by Neal Norwitz's avatar Neal Norwitz

Fix missing space between words. Bugfix candidate.

parent 2a47c0fa
......@@ -4452,7 +4452,7 @@ symtable_check_unoptimized(struct compiling *c,
"unqualified exec is not allowed in function '%.100s' it %s"
#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"
/* 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