mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
RISCOS patch by dschwertberger
This commit is contained in:
parent
db8ed1517f
commit
f0ee4b20a9
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue