lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Friday 13 June 2003 10:16, Wim Couwenberg wrote:
> The mangling name -> cname is the way in which C++ offers
> the standard include files (like cstdio.h, cmath.h, etc.)
> This scheme is actually part of the C++ standard
> requirements.

I guess I am a bit out of date with the C++ standard :-)

Would it be acceptable to put #ifdef-based 'guards' both on the C and the C++ 
#include files, to warn about file inclusion inconsistent with compiling 
mode? That should not violate ANSI C.

  Enrico