Source-Changes-HG archive

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

[src/trunk]: src remove definition of LUA_USE_APICHECK, it is a ...



details:   https://anonhg.NetBSD.org/src/rev/16283e755e62
branches:  trunk
changeset: 318986:16283e755e62
user:      sevan <sevan%NetBSD.org@localhost>
date:      Fri May 11 20:19:25 2018 +0000
description:
remove definition of LUA_USE_APICHECK, it is a build time option for Lua
itself. Not for modules.

diffstat:

 crypto/external/bsd/netpgp/dist/bindings/lua/glue.c |  1 -
 libexec/httpd/lua/glue.c                            |  1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 160b910be565 -r 16283e755e62 crypto/external/bsd/netpgp/dist/bindings/lua/glue.c
--- a/crypto/external/bsd/netpgp/dist/bindings/lua/glue.c       Fri May 11 16:36:57 2018 +0000
+++ b/crypto/external/bsd/netpgp/dist/bindings/lua/glue.c       Fri May 11 20:19:25 2018 +0000
@@ -38,7 +38,6 @@
 #include <unistd.h>
 
 #define LUA_LIB
-#define LUA_USE_APICHECK
 #include <lua.h>
 #include <lauxlib.h>
 #include <lualib.h>
diff -r 160b910be565 -r 16283e755e62 libexec/httpd/lua/glue.c
--- a/libexec/httpd/lua/glue.c  Fri May 11 16:36:57 2018 +0000
+++ b/libexec/httpd/lua/glue.c  Fri May 11 20:19:25 2018 +0000
@@ -38,7 +38,6 @@
 #include <unistd.h>
 
 #define LUA_LIB
-#define LUA_USE_APICHECK
 #include <lua.h>
 #include <lauxlib.h>
 #include <lualib.h>



Home | Main Index | Thread Index | Old Index