[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: block nesting: I take half of it back
- From: Norman Ramsey <nr@...>
- Date: Thu, 02 Jul 1998 10:06:03 -0400
Following up my own post, this code will cause a core dump:
> #define lua_endblock() (--blockfiles, --*blocklines, lua_endblock())
Remove the *.
I hate C.