MSL errno.h has moved some errors around, and doesn't document

them in comments, so we do that ourselves.
This commit is contained in:
Jack Jansen 1997-05-15 11:18:13 +00:00
parent 4346716962
commit b83b46d2c6
3 changed files with 24 additions and 6 deletions

View file

@ -90,6 +90,12 @@ def main():
parse_errno_h(fp, dict)
fp.close()
fss, ok = macfs.PromptGetFile("Select 2nd errno.h or cancel")
if not ok: return
fp = open(fss.as_pathname())
parse_errno_h(fp, dict)
fp.close()
fss, ok = macfs.PromptGetFile("Where is Errors.h?")
if not ok: return
fp = open(fss.as_pathname())