[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Question about Lua/C API lua_error usage
- From: Viacheslav Usov <via.usov@...>
- Date: Thu, 12 Aug 2021 14:12:06 +0200
On Thu, Aug 12, 2021 at 10:41 AM Каплун Сергей
<sergeykaplun1998@gmail.com> wrote:
> I have a question about Lua/C API (5.1) usage:
> The Lua Reference Manual (5.4) declares that:
> For the Lua 5.1 this operation seems valid to me.
Don't you see a version mismatch here? If all you care about is Lua
5.1, then you should be quoting the Lua 5.1 manual.
Cheers,
V.