[Python-checkins] CVS: python/dist/src/Include osdefs.h,2.13,2.14

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 01 Mar 2001 22:10:19 -0800


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

Modified Files:
	osdefs.h 
Log Message:
RISCOS patch by dschwertberger

Index: osdefs.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/osdefs.h,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** osdefs.h	2000/09/01 23:29:26	2.13
--- osdefs.h	2001/03/02 06:10:17	2.14
***************
*** 25,28 ****
--- 25,35 ----
  #endif
  
+ #ifdef RISCOS
+ #define SEP '.'
+ #define MAXPATHLEN 256
+ #define DELIM ','
+ #endif
+ 
+ 
  /* Filename separator */
  #ifndef SEP