RISCOS patch by dschwertberger

This commit is contained in:
Guido van Rossum 2001-03-02 06:10:17 +00:00
parent db8ed1517f
commit f0ee4b20a9
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,13 @@ extern "C" {
#endif
#endif
#ifdef RISCOS
#define SEP '.'
#define MAXPATHLEN 256
#define DELIM ','
#endif
/* Filename separator */
#ifndef SEP
#define SEP '/'