mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Update bundled liblua from 5.2.2 to 5.2.3
This commit is contained in:
parent
36fc84ab31
commit
4842def2f6
59 changed files with 129 additions and 91 deletions
|
|
@ -203,7 +203,7 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
|
||||
/*
|
||||
** $Id: print.c,v 1.68 2011/09/30 10:21:20 lhf Exp $
|
||||
** $Id: print.c,v 1.69 2013/07/04 01:03:46 lhf Exp $
|
||||
** print bytecodes
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -251,7 +251,7 @@ static void PrintString(const TString* ts)
|
|||
static void PrintConstant(const Proto* f, int i)
|
||||
{
|
||||
const TValue* o=&f->k[i];
|
||||
switch (ttype(o))
|
||||
switch (ttypenv(o))
|
||||
{
|
||||
case LUA_TNIL:
|
||||
printf("nil");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue