lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Fabio Mascarenhas <mascarenhas <at> acm.org> writes:

> 
> Check the parameters that you are passing to the C compiler to see if
> you are passing -DNDEBUG, defining NDEBUG is necessary to turn off
> asserts and cover this bug.
> 
> --
> Fabio Mascarenhas

using 
  dest(op, start - 1) == target(op, i + 1)); (commented in the file)

or adding the NDEBUG flag 

works

I choose NDEBUG as suggested.

Andre