aboutsummaryrefslogtreecommitdiff
path: root/src/macros_and_utils.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* let manually define PROPAGATE_ALLOCF (needed for LuaJIT GC64)sonoro12342018-10-291-0/+2
|
* use include lualib.hsonoro12342018-10-261-0/+1
|
* Fix for deep-aware modulesBenoit Germain2017-08-011-0/+71
Don't crash when using a module that creates Lanes-compatible deep userdata. Added a sample deep-aware module.