Gerald Pfeifer gerald@pfeifer.com writes:
On Sun, 6 Jan 2008, Alexandre Julliard wrote:
We don't use C99 features in Wine.
Actually we do.
% egrep -r "^(static )?inline " $WINE_SOURCE/ | wc -l 2031
"inline" is pretty similar to flexible array members in that both were not in C90, both are in C99, and both have been GNU extensions before C99, so I'm not sure why we use one but not the other.
inline is automatically disabled if the compiler doesn't support it.