summaryrefslogtreecommitdiff
path: root/Include/structmember.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-11-20 01:44:59 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-11-20 01:44:59 +0000
commit89658fe93e349fc99942b681e41934acce491b9f (patch)
tree669bca9ab3454c0a4f2cb5668fb0c10dc87efc16 /Include/structmember.h
parentd928e0fc503219f9f399bc131bac92527fa145ca (diff)
downloadcpython-89658fe93e349fc99942b681e41934acce491b9f.tar.gz
Getting rid of all the code inside #ifdef macintosh too.
Diffstat (limited to 'Include/structmember.h')
-rw-r--r--Include/structmember.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/structmember.h b/Include/structmember.h
index 69bdc1b8c8..3f4cfe0ffb 100644
--- a/Include/structmember.h
+++ b/Include/structmember.h
@@ -63,10 +63,6 @@ typedef struct PyMemberDef {
/* Added by Jack: strings contained in the structure */
#define T_STRING_INPLACE 13
-#ifdef macintosh
-#define T_PSTRING 14 /* macintosh pascal-style counted string */
-#define T_PSTRING_INPLACE 15
-#endif /* macintosh */
#define T_OBJECT_EX 16 /* Like T_OBJECT, but raises AttributeError
when the value is NULL, instead of