1 --- lgi-0.9.1/lgi/core.lua.orig Wed May 31 11:27:27 2017
2 +++ lgi-0.9.1/lgi/core.lua Wed May 31 11:27:38 2017
4 -- This module decides what kind of core routines should be loaded.
5 -- Currently only one implementation exists, standard-Lua C-side
6 -- implementation, LuaJIT-FFI-based one is planned.
7 -local core = require 'lgi.corelgilua51'
8 +local core = require 'lgi.corelgilua53'
10 -- Helper methods for converting between CamelCase and uscore_delim