#include extern "C" { void init_plugin(Lua * L) { LuaRegex::pushstatics(L); } }