]> granicus.if.org Git - php/commitdiff
- RISC OS patches by Alex Waugh
authorAndi Gutmans <andi@php.net>
Sat, 3 Nov 2001 13:33:21 +0000 (13:33 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 3 Nov 2001 13:33:21 +0000 (13:33 +0000)
TSRM/tsrm_virtual_cwd.h

index dbc1038ee79cb48961c9c224aa24eababb017381..e50c2ba1caa100fd4908e47a666e205dd12d93cb 100644 (file)
@@ -62,7 +62,13 @@ typedef unsigned short mode_t;
 #endif
 
 #define DEFAULT_SLASH '/'
-#define DEFAULT_DIR_SEPARATOR  ':'
+
+#ifdef __riscos__
+#define DEFAULT_DIR_SEPARATOR  ';'
+#else
+#define DEFAULT_DIR_SEPARATOR  ':'
+#endif
+
 #define IS_SLASH(c)    ((c) == '/')
 
 #endif