At 14:29 +0200 2005/05/30, J�nos Zolt�n Szab� wrote:
When the parser is compiled as C gcc complains about the implicit declaration of 'strlen'. However, if it is compiled as C++ the warning becomes an error.
The C-parser has never officially been supported as "compile as C++", an now also the inofficial support has been discontinued. Under C++, for example, the name is really std::strlen, not strlen.
-- Hans Aberg
