]> granicus.if.org Git - php/commitdiff
Tested this time. All's fine here, MacOSX still complaining @ present.
authorSteph Fox <sfox@php.net>
Sat, 1 Mar 2008 22:04:19 +0000 (22:04 +0000)
committerSteph Fox <sfox@php.net>
Sat, 1 Mar 2008 22:04:19 +0000 (22:04 +0000)
ext/phar/phar_internal.h

index 7cc44b4fc88ca0fdd5d1928b838979188298769b..7b47c3004d30ebd4b63fe4352e98b1811488f124 100755 (executable)
@@ -338,8 +338,6 @@ union _phar_entry_object {
 };
 #endif
 
-BEGIN_EXTERN_C()
-
 int phar_has_bz2;
 int phar_has_zlib;
 
@@ -359,6 +357,8 @@ static inline void phar_unixify_path_separators(char *path, int path_len)
 }
 #endif
 
+BEGIN_EXTERN_C()
+
 void phar_request_initialize(TSRMLS_D);
 
 void phar_object_init(TSRMLS_D);