https://bugzilla.wikimedia.org/show_bug.cgi?id=43819
Mike Pall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Mike Pall <[email protected]> --- Definitions prefixed with LUAI_ are *internal* (that's what the I stands for). They are only used for building the VM itself. LuaJIT has moved most of these to private headers. Modules compiled against Lua or LuaJIT are not supposed to use these for any purpose whatsoever. The proper fix is to change the offending code which relies on an internal symbol. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
