Re: [PHP-DEV] Re: PHP 4.0 Bug #5882 Updated: Use inline directive in *.c files for global functions in Zend engine From: Stanislav Malyshev (stas <email protected>)
Date: 08/15/00

MB>> The best way for remove bug - move all inline function to headers.

This will break gcc compiles. To say nothing of that it would be godawful
ugly.
I still don't get why some compilers regard inline as macro. If there's no
"static", function should be in symbol table, not?

-- 
Stanislav Malyshev   stas <email protected>          
+972-3-6139665 ext.106

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>