]> granicus.if.org Git - python/commitdiff
Added declarations for Mac code resource modules (Jack Jansen).
authorGuido van Rossum <guido@python.org>
Thu, 6 Aug 1998 13:36:43 +0000 (13:36 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Aug 1998 13:36:43 +0000 (13:36 +0000)
Python/importdl.h

index fb50ded67bc03fce0efcfa1dbc12b7f3dd2e0c97..230904396ccc5d8b917486caf5c9427cba1fea04 100644 (file)
@@ -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 {