summaryrefslogtreecommitdiffstats
path: root/Mac/Include/macdefs.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-01-18 13:58:04 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-01-18 13:58:04 (GMT)
commitd50e4e1c544aae822fe50d1a4f953f6329dfc827 (patch)
treeaf06af8873f0a28e458e06fd2e7ad03bab0301d3 /Mac/Include/macdefs.h
parent48d071d3027996d50a807139e0bfb8d392695bd8 (diff)
downloadcpython-d50e4e1c544aae822fe50d1a4f953f6329dfc827.zip
cpython-d50e4e1c544aae822fe50d1a4f953f6329dfc827.tar.gz
cpython-d50e4e1c544aae822fe50d1a4f953f6329dfc827.tar.bz2
More Pstring() stuff and some cosmetics
Diffstat (limited to 'Mac/Include/macdefs.h')
-rw-r--r--Mac/Include/macdefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Include/macdefs.h b/Mac/Include/macdefs.h
index 6a5682f..b64a47e 100644
--- a/Mac/Include/macdefs.h
+++ b/Mac/Include/macdefs.h
@@ -17,6 +17,9 @@
#include <errno.h>
#include <string.h>
+/* 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)