[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: bug tracker
- From: skaller <skaller@...>
- Date: 25 Dec 2004 03:29:48 +1100
On Sat, 2004-12-25 at 02:14, Raffaello wrote:
> skaller wrote:
>
> >Is there a bug tracker?
> >
> >Minor glitch: in lopcodes.c this definition:
> >
> >const char *const luaP_opnames[] = {
> >
> >won't work in C++ because const implies static implies internal
> >linkage. Adding 'extern' fixes the problem and lua then seems
> >to build as C++.
> >
> >
> >
> Lua is written in AINSI C, and not in C++. So, Lua don't have to compile
> with a C++
> compiler.
Yes it does, read the docs.
--
John Skaller, mailto:skaller@users.sf.net
voice: 061-2-9660-0850,
snail: PO BOX 401 Glebe NSW 2037 Australia
Checkout the Felix programming language http://felix.sf.net