lua-users home
lua-l archive

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


On Apr 2, 2013, at 3:12 PM, Jonas Thiem <jonasthiem@googlemail.com> wrote:

> Well normally things have a patch appended when they are fixed, so I
> assumed this one was more of a notification than a fix announcement.
> But if it's fixed, that would be awesome of course.

You'll find a new

/* maximum recursion depth for 'match' */
#if !defined(MAXCCALLS)
#define MAXCCALLS	200
#endif

in lstrlib.c

e