diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2012-03-01 22:34:23 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2012-03-01 22:34:23 +0000 |
commit | 995a668eab1ce346cfd02b550777ab6d946848c3 (patch) | |
tree | 91ef80e63d601421eae31dccb7c7d7aaeabad72c /main/php.h | |
parent | 62e1dc1dbec9ff6344fc2365239c7e83eb948e7e (diff) | |
download | php-git-995a668eab1ce346cfd02b550777ab6d946848c3.tar.gz |
Merge fix for bug 61193
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/main/php.h b/main/php.h index 68e36ea651..2a93118ac6 100644 --- a/main/php.h +++ b/main/php.h @@ -61,13 +61,9 @@ # define PHPAPI # endif -#define THREAD_LS -#define PHP_DIR_SEPARATOR '/' -#if defined(__MacOSX__) -#define PHP_EOL "\r" -#else -#define PHP_EOL "\n" -#endif +# define THREAD_LS +# define PHP_DIR_SEPARATOR '/' +# define PHP_EOL "\n" #endif #ifdef NETWARE |