summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-03-02 06:10:17 (GMT)
committerGuido van Rossum <guido@python.org>2001-03-02 06:10:17 (GMT)
commitf0ee4b20a92882c632f5bccf4c33bf22fa33599c (patch)
tree011f3859510c17f41d0aecb50584191284d89fee /Include
parentdb8ed1517f1c9008d4fd09e73967ecb75eeb2b01 (diff)
downloadcpython-f0ee4b20a92882c632f5bccf4c33bf22fa33599c.zip
cpython-f0ee4b20a92882c632f5bccf4c33bf22fa33599c.tar.gz
cpython-f0ee4b20a92882c632f5bccf4c33bf22fa33599c.tar.bz2
RISCOS patch by dschwertberger
Diffstat (limited to 'Include')
-rw-r--r--Include/osdefs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Include/osdefs.h b/Include/osdefs.h
index b13c08d..7a382ce 100644
--- a/Include/osdefs.h
+++ b/Include/osdefs.h
@@ -24,6 +24,13 @@ extern "C" {
#endif
#endif
+#ifdef RISCOS
+#define SEP '.'
+#define MAXPATHLEN 256
+#define DELIM ','
+#endif
+
+
/* Filename separator */
#ifndef SEP
#define SEP '/'