Changes to make node structure smaller, and cleaned up a bit
This commit is contained in:
@@ -191,7 +191,7 @@ node_warning(exportlist, W_OLDFASHIONED, "export list in definition module ignor
|
||||
definition* END IDENT
|
||||
{ end_definition_list(&(currscope->sc_def));
|
||||
DefinitionModule--;
|
||||
match_id(df->df_idf, dot.TOK_IDF);
|
||||
match_id(dot.TOK_IDF, df->df_idf);
|
||||
df->df_flags &= ~D_BUSY;
|
||||
}
|
||||
'.'
|
||||
|
||||
Reference in New Issue
Block a user