On Fri, 11 Oct 2002, Moriyoshi Koizumi wrote:

> moriyoshi             Fri Oct 11 03:50:47 2002 EDT
> 
>   Modified files:              
>     /php4/ext/iconv   config.m4 iconv.c 
>   Log:
>   Added ICONV_IMPL and ICONV_VERSION constants. 
>   @- Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to 
>   @  indicate which iconv implementation is used. (Moriyoshi) 
>

[...]
   
> +     REGISTER_STRING_CONSTANT( "ICONV_IMPL", ICONV_IMPL, CONST_CS | 
>CONST_PERSISTENT );

Can you please format the code like this?

        REGISTER_STRING_CONSTANT ("ICONV_IMPL", ICONV_IMPL, CONST_CS | 
CONST_PERSISTENT);

Derick

--

---------------------------------------------------------------------------
 Derick Rethans                                   http://derickrethans.nl/ 
 JDI Media Solutions
--------------[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to