mirror of https://github.com/python/cpython.git
RISCOS patch by dschwertberger
This commit is contained in:
parent
db8ed1517f
commit
f0ee4b20a9
|
@ -24,6 +24,13 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef RISCOS
|
||||||
|
#define SEP '.'
|
||||||
|
#define MAXPATHLEN 256
|
||||||
|
#define DELIM ','
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Filename separator */
|
/* Filename separator */
|
||||||
#ifndef SEP
|
#ifndef SEP
|
||||||
#define SEP '/'
|
#define SEP '/'
|
||||||
|
|
Loading…
Reference in New Issue