newer version
This commit is contained in:
@@ -48,7 +48,7 @@ ModuleDeclaration
|
||||
open_scope(CLOSEDSCOPE, 0);
|
||||
df->mod_scope = CurrentScope->sc_scope;
|
||||
df->df_type =
|
||||
standard_type(RECORD, 0, (arith) 0);
|
||||
standard_type(T_RECORD, 0, (arith) 0);
|
||||
df->df_type->rec_scope = df->mod_scope;
|
||||
}
|
||||
priority? ';'
|
||||
@@ -116,7 +116,7 @@ DefinitionModule
|
||||
df = define(id, GlobalScope, D_MODULE);
|
||||
if (!SYSTEMModule) open_scope(CLOSEDSCOPE, 0);
|
||||
df->mod_scope = CurrentScope->sc_scope;
|
||||
df->df_type = standard_type(RECORD, 0, (arith) 0);
|
||||
df->df_type = standard_type(T_RECORD, 0, (arith) 0);
|
||||
df->df_type->rec_scope = df->mod_scope;
|
||||
DefinitionModule = 1;
|
||||
DO_DEBUG(1, debug("Definition module \"%s\"", id->id_text));
|
||||
|
||||
Reference in New Issue
Block a user