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

> > I still don't get why some compilers regard inline as macro. If there's no
> > "static", function should be in symbol table, not?
>
> Does anyone have access to ISO 9899:1999?

    Finally. ANSI sells the standard in electronic form for 18 bucks.

    C99 wants us to add the 'extern' keyword in the function
    declarations. Otherwise, no external linkage will be created
    (because these are auxiliary inline functions).

    Patch: http://toye.php.net/~sas/extern-inline-patch

    Maxim, please let me know whether it works for you.

    - Sascha

-- 
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>