diff options
author | foobar <sniper@php.net> | 2002-04-29 15:40:16 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-04-29 15:40:16 +0000 |
commit | d066ed7c0e30f3e5741b22f86ca0fd11a24f252f (patch) | |
tree | 6e80118a54df42590b8a31f37ce1559f8c8c62f2 /ext/recode/recode.c | |
parent | 43d46c2c410c123e7e0a67362bd61a2377d35276 (diff) | |
download | php-git-d066ed7c0e30f3e5741b22f86ca0fd11a24f252f.tar.gz |
Make it possible to use recode 3.5 too. (happy now Wez? :)
Diffstat (limited to 'ext/recode/recode.c')
-rw-r--r-- | ext/recode/recode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/recode/recode.c b/ext/recode/recode.c index cb91166012..9c1c837440 100644 --- a/ext/recode/recode.c +++ b/ext/recode/recode.c @@ -30,8 +30,10 @@ #if HAVE_LIBRECODE /* For recode 3.5 */ +#if HAVE_BROKEN_RECODE extern char *program_name; char *program_name = "php"; +#endif #ifdef HAVE_STDBOOL_H # include <stdbool.h> |