[PATCH] inline -> static inline

php.internals

Jason Greene

23 years ago
Apparently there seems to be a bug in SUNs compiler when a static inline function calls a inline function. This simple patch fixes the problem. I would have applied it myself, but I must have lost karma due to the cvs reorgs -Jason
-- Jason Greene <jason@inetgurus.net> <jason@php.net>

Sascha Schumann

23 years ago
On Fri, 15 Aug 2003, Jason Greene wrote:
> Apparently there seems to be a bug in SUNs compiler when a static inline > function calls a inline function. This simple patch fixes the problem.
Thanks, I have applied the patch.
> I would have applied it myself, but I must have lost karma due > to the cvs reorgs
The CVS reorg did not affect karma assignment. - Sascha