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 don't spam the console, just outpu...



details:   https://anonhg.NetBSD.org/src/rev/db82c2448f7e
branches:  trunk
changeset: 824051:db82c2448f7e
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sat May 20 10:12:29 2017 +0000

description:
don't spam the console, just output the Lua version information as lua(1) does

diffstat:

 external/mit/lua/dist/src/lua.h |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (31 lines):

diff -r 9ffec593c832 -r db82c2448f7e external/mit/lua/dist/src/lua.h
--- a/external/mit/lua/dist/src/lua.h   Sat May 20 09:46:17 2017 +0000
+++ b/external/mit/lua/dist/src/lua.h   Sat May 20 10:12:29 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lua.h,v 1.9 2017/04/26 13:17:33 mbalmer Exp $  */
+/*     $NetBSD: lua.h,v 1.10 2017/05/20 10:12:29 mbalmer Exp $ */
 
 /*
 ** Id: lua.h,v 1.332 2016/12/22 15:51:20 roberto Exp 
@@ -23,21 +23,11 @@
 #define LUA_VERSION_MAJOR      "5"
 #define LUA_VERSION_MINOR      "3"
 #define LUA_VERSION_NUM                503
-#ifndef _KERNEL
 #define LUA_VERSION_RELEASE    "4"
-#else /* _KERNEL */
-#define LUA_VERSION_RELEASE    "4 (kernel)"
-#endif /* _KERNEL */
 
 #define LUA_VERSION    "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
 #define LUA_RELEASE    LUA_VERSION "." LUA_VERSION_RELEASE
-#ifndef _KERNEL
 #define LUA_COPYRIGHT  LUA_RELEASE "  Copyright (C) 1994-2017 Lua.org, PUC-Rio"
-#else /* _KERNEL */
-#define LUA_COPYRIGHT  LUA_RELEASE \
-       "  Copyright (c) 2016-2016, Lourival Vieira Neto <lneto%NetBSD.org@localhost>." \
-       "  Copyright (C) 1994-2017 Lua.org, PUC-Rio"
-#endif /* _KERNEL */
 #define LUA_AUTHORS    "R. Ierusalimschy, L. H. de Figueiredo, W. Celes"
 
 



Home | Main Index | Thread Index | Old Index