summaryrefslogtreecommitdiff
path: root/Python/importdl.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-08-06 13:36:43 +0000
committerGuido van Rossum <guido@python.org>1998-08-06 13:36:43 +0000
commit53d9e47aa004e9f1c0e51cc2ebdff1ec3cc50298 (patch)
treee39b9667bad6af00db5451501110a1f8b1788605 /Python/importdl.h
parentc80a183583fd716da26199daf414b07f7aa40596 (diff)
downloadcpython-53d9e47aa004e9f1c0e51cc2ebdff1ec3cc50298.tar.gz
Added declarations for Mac code resource modules (Jack Jansen).
Diffstat (limited to 'Python/importdl.h')
-rw-r--r--Python/importdl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/importdl.h b/Python/importdl.h
index fb50ded67b..230904396c 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 {