Commit 685d46fe authored by Jack Jansen's avatar Jack Jansen

Newer names for various error include files.

parent a618c3fc
......@@ -111,13 +111,13 @@ def main():
parse_errno_h(fp, dict)
fp.close()
fss, ok = macfs.PromptGetFile("Select 2nd errno.h (MSL) or cancel")
fss, ok = macfs.PromptGetFile("Select cerrno (MSL) 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?")
fss, ok = macfs.PromptGetFile("Where is MacErrors.h?")
if not ok: return
fp = open(fss.as_pathname())
parse_errors_h(fp, dict)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment