On Sun, 30 Mar 2003, Marcus Boerger wrote:
>  /* {{{ includes
>   */
> @@ -575,6 +575,8 @@
>  
>  /* {{{ php_error_cb
>   extended error handling function */
> +#define NO_NULL_STR(x) (x?x:"")
> +

Why not use STR_PRINT()?

-Andrei                                       http://www.gravitonic.com/

I must say I find television very educational. The minute
somebody turns it on, I go to the library and read a good book.
   - Groucho Marx

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

Reply via email to