Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/lua undo previous



details:   https://anonhg.NetBSD.org/src/rev/36a89a54c2d4
branches:  trunk
changeset: 330740:36a89a54c2d4
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jul 19 20:21:52 2014 +0000

description:
undo previous

diffstat:

 sys/modules/lua/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ea27ef66dd84 -r 36a89a54c2d4 sys/modules/lua/Makefile
--- a/sys/modules/lua/Makefile  Sat Jul 19 20:15:55 2014 +0000
+++ b/sys/modules/lua/Makefile  Sat Jul 19 20:21:52 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2014/07/19 20:15:55 christos Exp $
+#      $NetBSD: Makefile,v 1.10 2014/07/19 20:21:52 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -16,7 +16,7 @@
                lstring.c ltable.c ltm.c lundump.c lvm.c lzio.c
 
 # Lua stdlibs source code
-SRCS+=         lauxlib.c lbaselib.c lbitlib.c lcorolib.c \
+SRCS+=         lauxlib.c lbaselib.c lbitlib.c lcorolib.c ldblib.c \
                lstrlib.c ltablib.c lutf8lib.c linit.c
 
 CPPFLAGS+=     -I${S}/../external/mit/lua/dist/src \



Home | Main Index | Thread Index | Old Index