- fixes: improved POINTER TO IDENT mechanism, prevent core dump when
definition module not found, corrected typo. - changed mechanism for variables that have their address given. - added option for symmetric integer ranges
This commit is contained in:
@@ -142,7 +142,6 @@ define(id, scope, kind)
|
||||
if (kind == D_FORWTYPE) return df;
|
||||
if (kind == D_TYPE) {
|
||||
df->df_kind = D_FTYPE;
|
||||
FreeNode(df->df_forw_node);
|
||||
}
|
||||
else {
|
||||
error("identifier \"%s\" must be a type",
|
||||
|
||||
Reference in New Issue
Block a user