Fix missing space between words. Bugfix candidate.

This commit is contained in:
Neal Norwitz 2002-01-29 00:56:37 +00:00
parent 2a47c0fa23
commit 150d09d360
1 changed files with 1 additions and 1 deletions

View File

@ -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