newer version, safety commit

This commit is contained in:
ceriel
1986-04-03 17:41:26 +00:00
parent 4c75213caa
commit c8453bb3f7
14 changed files with 175 additions and 59 deletions

View File

@@ -76,6 +76,6 @@ lookfor(id, scope, give_error)
if (df) return df;
sc = nextvisible(sc);
}
if (give_error) error("identifier \"%s\" not declared", id->id_text);
if (give_error) id_not_declared(id);
return define(id, scope, D_ERROR);
}