1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

merge soc07 r4821 - fix nse build system issues

This commit is contained in:
fyodor
2007-08-11 03:35:12 +00:00
parent 3e38a10dda
commit cb8101dbcc
10 changed files with 10 additions and 28 deletions

View File

@@ -1,5 +1,3 @@
#ifndef NOLUA
#include "nse_debug.h"
void l_dumpStack(lua_State* l) {
@@ -58,4 +56,3 @@ void l_dumpFunction(lua_State* l, int index) {
fflush(stdout);
}
#endif /* NOLUA */