From: Guido van Rossum Date: Fri, 2 Mar 2001 06:10:17 +0000 (+0000) Subject: RISCOS patch by dschwertberger X-Git-Tag: v2.1b1~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0ee4b20a92882c632f5bccf4c33bf22fa33599c;p=thirdparty%2FPython%2Fcpython.git RISCOS patch by dschwertberger --- diff --git a/Include/osdefs.h b/Include/osdefs.h index b13c08d52a73..7a382ce82439 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 '/'