]> granicus.if.org Git - php/commitdiff
- RISC OS patch by Alex Waugh
authorAndi Gutmans <andi@php.net>
Sat, 3 Nov 2001 13:35:14 +0000 (13:35 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 3 Nov 2001 13:35:14 +0000 (13:35 +0000)
Zend/zend.h

index 4f3feabc3f456d657b552f1b2d5c5b1b2f910fb0..095254fe0beda5b94852aeb6e7833a1174d4279a 100644 (file)
@@ -40,6 +40,9 @@
 #ifdef ZEND_WIN32
 # include "zend_config.w32.h"
 # define ZEND_PATHS_SEPARATOR          ';'
+#elif defined(__riscos__)
+# include "zend_config.h"
+# define ZEND_PATHS_SEPARATOR          ';'
 #else
 # include "zend_config.h"
 # define ZEND_PATHS_SEPARATOR          ':'