diff options
author | Guido van Rossum <guido@python.org> | 2001-03-02 06:10:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-03-02 06:10:17 (GMT) |
commit | f0ee4b20a92882c632f5bccf4c33bf22fa33599c (patch) | |
tree | 011f3859510c17f41d0aecb50584191284d89fee /Include | |
parent | db8ed1517f1c9008d4fd09e73967ecb75eeb2b01 (diff) | |
download | cpython-f0ee4b20a92882c632f5bccf4c33bf22fa33599c.zip cpython-f0ee4b20a92882c632f5bccf4c33bf22fa33599c.tar.gz cpython-f0ee4b20a92882c632f5bccf4c33bf22fa33599c.tar.bz2 |
RISCOS patch by dschwertberger
Diffstat (limited to 'Include')
-rw-r--r-- | Include/osdefs.h | 7 |
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 '/' |