diff options
Diffstat (limited to 'recipes/php/php-5.2.6/string.c.patch')
-rw-r--r-- | recipes/php/php-5.2.6/string.c.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes/php/php-5.2.6/string.c.patch b/recipes/php/php-5.2.6/string.c.patch deleted file mode 100644 index a24b887ac2..0000000000 --- a/recipes/php/php-5.2.6/string.c.patch +++ /dev/null @@ -1,21 +0,0 @@ -Index: php-5.2.6/ext/standard/string.c -=================================================================== ---- php-5.2.6.orig/ext/standard/string.c -+++ php-5.2.6/ext/standard/string.c -@@ -592,14 +592,12 @@ PHP_FUNCTION(nl_langinfo) - #endif - #ifdef DECIMAL_POINT - case DECIMAL_POINT: --#endif --#ifdef RADIXCHAR -+#elif RADIXCHAR - case RADIXCHAR: - #endif - #ifdef THOUSANDS_SEP - case THOUSANDS_SEP: --#endif --#ifdef THOUSEP -+#elif THOUSEP - case THOUSEP: - #endif - #ifdef GROUPING |