[Python-checkins] python/dist/src/Include osdefs.h, 2.15, 2.16 structmember.h, 2.20, 2.21

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Wed Nov 19 20:45:00 EST 2003


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv1623/Include

Modified Files:
	osdefs.h structmember.h 
Log Message:
Getting rid of all the code inside #ifdef macintosh too.


Index: osdefs.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/osdefs.h,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -d -r2.15 -r2.16
*** osdefs.h	26 Feb 2002 11:20:01 -0000	2.15
--- osdefs.h	20 Nov 2003 01:44:57 -0000	2.16
***************
*** 8,18 ****
  /* Operating system dependencies */
  
- #ifdef macintosh
- #define SEP ':'
- #define MAXPATHLEN 256
- /* Mod by Jack: newline is less likely to occur in filenames than space */
- #define DELIM '\n'
- #endif
- 
  /* Mod by chrish: QNX has WATCOM, but isn't DOS */
  #if !defined(__QNX__)
--- 8,11 ----

Index: structmember.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/structmember.h,v
retrieving revision 2.20
retrieving revision 2.21
diff -C2 -d -r2.20 -r2.21
*** structmember.h	12 Aug 2002 07:21:57 -0000	2.20
--- structmember.h	20 Nov 2003 01:44:57 -0000	2.21
***************
*** 64,71 ****
  /* 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
--- 64,67 ----





More information about the Python-checkins mailing list