Added an optional file with MacErrors.h extensions: IC errors aren't in there.

Bugfix candidate.
This commit is contained in:
Jack Jansen 2002-04-22 11:44:26 +00:00
parent 44c4c6dbd6
commit 117dbdf4b4
2 changed files with 19 additions and 0 deletions

View file

@ -123,6 +123,12 @@ def main():
parse_errors_h(fp, dict)
fp.close()
fss, ok = macfs.PromptGetFile("Where is mkestrres-MacErrors.h?")
if not ok: return
fp = open(fss.as_pathname())
parse_errors_h(fp, dict)
fp.close()
if not dict:
return