]> granicus.if.org Git - python/commitdiff
Removed hfsrunning() macro. This means MacPython won't run on MacOS 5 (oops, System...
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 2 Jun 2000 21:36:39 +0000 (21:36 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 2 Jun 2000 21:36:39 +0000 (21:36 +0000)
Mac/Include/macdefs.h

index b89000460af279a7c520c73f03bdf51c73edb14d..0a4a6f750a4c8ec1d36487e4676ec4ff430f40af 100644 (file)
@@ -21,9 +21,6 @@
 /* We may be able to use a std routine in think, don't know */
 unsigned char *Pstring(char *);
 
-/* Macro to find out whether we can do HFS-only calls: */
-#define FSFCBLen (* (short *) 0x3f6)
-#define hfsrunning() (FSFCBLen > 0)
 
 /* Universal constants: */
 #define MAXPATH 256