ww imports: reject init bindings before recovery
This commit is contained in:
@@ -349,6 +349,10 @@ struct Node {
|
||||
const char *usepath; /* N_USE: canonical, vendor-expanded identity;
|
||||
* initially equal to `usesource`. */
|
||||
const char *usealias; /* N_USE: explicit file-local alias, or NULL. */
|
||||
const char *usefile; /* N_USE: first import-spec token position;
|
||||
* alias when explicit, path otherwise. */
|
||||
int useline;
|
||||
int usecol;
|
||||
const char *usepkgname; /* N_USE: imported declared package name,
|
||||
* independent of the visible binding in `str`. */
|
||||
int useblank; /* N_USE: `_` spelling; no source binding. */
|
||||
|
||||
Reference in New Issue
Block a user