src/lxplib.c

changeset 34
94cef523ac31
parent 33
94f496ee93cb
equal deleted inserted replaced
33:94f496ee93cb 34:94cef523ac31
577 /* 577 /*
578 ** Assumes the table is on top of the stack. 578 ** Assumes the table is on top of the stack.
579 */ 579 */
580 static void set_info (lua_State *L) { 580 static void set_info (lua_State *L) {
581 lua_pushliteral (L, "_COPYRIGHT"); 581 lua_pushliteral (L, "_COPYRIGHT");
582 lua_pushliteral (L, "Copyright (C) 2003-2012 Kepler Project"); 582 lua_pushliteral (L, "Copyright (C) 2003-2021 Kepler Project, Matthew Wild");
583 lua_settable (L, -3); 583 lua_settable (L, -3);
584 lua_pushliteral (L, "_DESCRIPTION"); 584 lua_pushliteral (L, "_DESCRIPTION");
585 lua_pushliteral (L, "LuaExpat is a SAX XML parser based on the Expat library"); 585 lua_pushliteral (L, "LuaExpat is a SAX XML parser based on the Expat library");
586 lua_settable (L, -3); 586 lua_settable (L, -3);
587 lua_pushliteral (L, "_VERSION"); 587 lua_pushliteral (L, "_VERSION");

mercurial