Comparison

util-src/encodings.c @ 6608:b6e558febb7a

Merge with merge merge merge
author Matthew Wild <mwild1@gmail.com>
date Fri, 27 Mar 2015 22:19:44 +0000
parent 6607:64e6b88b6b21
parent 6605:03a43bf3ecd2
child 6615:8e4572a642cb
comparison
equal deleted inserted replaced
6607:64e6b88b6b21 6608:b6e558febb7a
473 473
474 lua_newtable(L); 474 lua_newtable(L);
475 luaL_register(L, NULL, Reg_utf8); 475 luaL_register(L, NULL, Reg_utf8);
476 lua_setfield(L, -2, "utf8"); 476 lua_setfield(L, -2, "utf8");
477 477
478 lua_pushliteral(L, "version"); /** version */
479 lua_pushliteral(L, "-3.14"); 478 lua_pushliteral(L, "-3.14");
480 lua_setfield(L, -2, "version"); 479 lua_setfield(L, -2, "version");
481 return 1; 480 return 1;
482 } 481 }