RISCOS patch by dschwertberger
authorGuido van Rossum <guido@python.org>
Fri, 2 Mar 2001 06:10:17 +0000 (06:10 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 2 Mar 2001 06:10:17 +0000 (06:10 +0000)
Include/osdefs.h

index b13c08d52a73e81c1d34c76deb4b5c916ca063fa..7a382ce824397ab0e0c8cb7312136019dc4fa1a2 100644 (file)
@@ -24,6 +24,13 @@ extern "C" {
 #endif
 #endif
 
+#ifdef RISCOS
+#define SEP '.'
+#define MAXPATHLEN 256
+#define DELIM ','
+#endif
+
+
 /* Filename separator */
 #ifndef SEP
 #define SEP '/'