fix error message for expected symbols to local-expand
svn: r6030
This commit is contained in:
parent
08a13a18cb
commit
41db6cbaec
|
@ -7761,7 +7761,7 @@ do_local_expand(const char *name, int for_stx, int catch_lifts, int for_expr, in
|
||||||
kind = SCHEME_INTDEF_FRAME;
|
kind = SCHEME_INTDEF_FRAME;
|
||||||
else {
|
else {
|
||||||
scheme_wrong_type(name,
|
scheme_wrong_type(name,
|
||||||
"'expression, 'module, 'top-level, or non-empty list",
|
"'expression, 'module, 'module-begin, 'top-level, or non-empty list",
|
||||||
1, argc, argv);
|
1, argc, argv);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user