[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Using Lua in a C(++) program
- From: Enrico Colombini <erix@...>
- Date: Fri, 13 Jun 2003 11:45:10 +0200
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