Browse Source

- Fix build on BSD (5_3 and 5_2 are OK)

experimental/first_unicode_implementation
Felipe Pena 18 years ago
parent
commit
1e919abde7
  1. 2
      ext/standard/crypt_blowfish.c
  2. 2
      ext/standard/php_crypt_r.h

2
ext/standard/crypt_blowfish.c

@ -47,6 +47,8 @@
#else
#define __CONST
#endif
#else
#define __CONST __const
#endif
#ifdef __i386__

2
ext/standard/php_crypt_r.h

@ -32,6 +32,8 @@ extern "C"
#else
#define __CONST
#endif
#else
#define __CONST __const
#endif
void php_init_crypt_r();

Loading…
Cancel
Save