Re: Very small feature request
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Very small feature request
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 9 Apr 2003 10:01:46 -0300
>I believe that many C++ developers use lua these days.
>Although the lua interpreter is written in C, it would be nice if the 3 main
>headers had extern "C" declarations in them.
This is a frequent request. However, Lua's implementation compiles under both
C and C++. Adding extern "C" would force it to be a C library instead of a C++
library.
--lhf