[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: got segmentation fault in lvm.c: 727, lua 5.1.4 with patchs
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 17 Nov 2011 11:53:46 -0200
> > (function ()
> > local localfunc = ...
> >
> > globalfunc = ...
> > end)()
>
> This is not valid Lua code.
But change the first line to this and it is:
(function (...)