summaryrefslogtreecommitdiff
path: root/source/luametatex/source/luacore/luapeg/readme.txt
blob: d8ba6b7091ec6697457b50c4b221501bf31333f1 (plain)
1
2
3
4
5
6
7
8
9
Commented line in lptypes.h:

  # include <assert.h>

Added line in lptypes.h:

  # define assert(condition) ((void)0)

Maybe some day lua_assert will be used in lpeg.