projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db8ed15
)
RISCOS patch by dschwertberger
author
Guido van Rossum
<guido@python.org>
Fri, 2 Mar 2001 06:10:17 +0000
(06:10 +0000)
committer
Guido van Rossum
<guido@python.org>
Fri, 2 Mar 2001 06:10:17 +0000
(06:10 +0000)
Include/osdefs.h
patch
|
blob
|
history
diff --git
a/Include/osdefs.h
b/Include/osdefs.h
index b13c08d52a73e81c1d34c76deb4b5c916ca063fa..7a382ce824397ab0e0c8cb7312136019dc4fa1a2 100644
(file)
--- 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 '/'