commit | f90838b71a3c7f84e1d8b4ff85760a35d60c6910 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Fri Mar 06 13:48:32 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 09 17:47:52 2015 +0100 |
tree | e6f93bdd0d384293d5e225afafcda1887fcecd36 | |
parent | deb5d7388361e21308503a898e11561eece2d763 [diff] |
MEDIUM: lua: use the Lua-5.3 version of the library The Lua-5.3 version of the library adds a required function to fix a bug with the forced-yield system. This patch permits to build with the Lua-5.3 library. Main changes are: - "unsigned" type disappear to be replaced by signed type, - prototype of the yield function callback changes.