diff options
author | Guido van Rossum <guido@python.org> | 1998-08-06 13:36:43 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-08-06 13:36:43 (GMT) |
commit | 9c241ba014f5b3ff9b4a6c980f1c20585199b874 (patch) | |
tree | 501a71b9c86df9dd87c2e0cb3cb957861e4ff09e /Python/importdl.h | |
parent | 0f84a349bb6e83d61ee7fa53743c4ab50656c769 (diff) | |
download | cpython-9c241ba014f5b3ff9b4a6c980f1c20585199b874.zip cpython-9c241ba014f5b3ff9b4a6c980f1c20585199b874.tar.gz cpython-9c241ba014f5b3ff9b4a6c980f1c20585199b874.tar.bz2 |
Added declarations for Mac code resource modules (Jack Jansen).
Diffstat (limited to 'Python/importdl.h')
-rw-r--r-- | Python/importdl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/importdl.h b/Python/importdl.h index fb50ded..2309043 100644 --- a/Python/importdl.h +++ b/Python/importdl.h @@ -38,7 +38,8 @@ enum filetype { PY_RESOURCE, /* Mac only */ PKG_DIRECTORY, C_BUILTIN, - PY_FROZEN + PY_FROZEN, + PY_CODERESOURCE /* Mac only */ }; extern struct filedescr { |