mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
remove pushliteral version in luaopen_luautf8
This commit is contained in:
@@ -309,12 +309,7 @@ int luaopen_luautf8 (lua_State *L) {
|
|||||||
lua_setfield(L, -2, l->name);
|
lua_setfield(L, -2, l->name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if LUA_VERSION_NUM >= 504
|
|
||||||
lua_pushlstring(L, UTF8PATT, sizeof(UTF8PATT) / sizeof(char) - 1);
|
lua_pushlstring(L, UTF8PATT, sizeof(UTF8PATT) / sizeof(char) - 1);
|
||||||
lua_setfield(L, -2, "charpattern");
|
lua_setfield(L, -2, "charpattern");
|
||||||
#else
|
|
||||||
lua_pushliteral(L, UTF8PATT);
|
|
||||||
lua_setfield(L, -2, "charpattern");
|
|
||||||
#endif
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user