On Mar 12, 2005, at 4:43 AM, Marcus Holland-Moritz wrote:

char* class = (char *)SvPV_nolen(ST(0)); <<<<<<<<< line # 2457
...
The problem is that you're using the C++ keyword 'class' as an identifier. Just replace the 'class' with any other name that's not a C++ keyword and you should be fine.

"package" would be the perfect replacement, since the argument is a perl package name. in other cases (e.g. vtables), "klass" is a common substitute.


--
If I lived in Teletubby Land, the homicide rate would be four.
  -- elysse



Reply via email to