Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/lua/dist/src lua(4): fixed ldblib.c
details: https://anonhg.NetBSD.org/src/rev/b7ab43f6fff8
branches: trunk
changeset: 330738:b7ab43f6fff8
user: lneto <lneto%NetBSD.org@localhost>
date: Sat Jul 19 19:37:31 2014 +0000
description:
lua(4): fixed ldblib.c
* for some reason it wasn't added on my last commit
diffstat:
external/mit/lua/dist/src/ldblib.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 0798f4387d97 -r b7ab43f6fff8 external/mit/lua/dist/src/ldblib.c
--- a/external/mit/lua/dist/src/ldblib.c Sat Jul 19 19:26:47 2014 +0000
+++ b/external/mit/lua/dist/src/ldblib.c Sat Jul 19 19:37:31 2014 +0000
@@ -1,15 +1,17 @@
-/* $NetBSD: ldblib.c,v 1.3 2014/07/19 18:38:34 lneto Exp $ */
+/* $NetBSD: ldblib.c,v 1.4 2014/07/19 19:37:31 lneto Exp $ */
/*
-** $Id: ldblib.c,v 1.3 2014/07/19 18:38:34 lneto Exp $
+** $Id: ldblib.c,v 1.4 2014/07/19 19:37:31 lneto Exp $
** Interface from Lua to its debug API
** See Copyright Notice in lua.h
*/
+#ifndef _KERNEL
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#endif
#define ldblib_c
#define LUA_LIB
Home |
Main Index |
Thread Index |
Old Index