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 build time op...



details:   https://anonhg.NetBSD.org/src/rev/f47e4cb09153
branches:  trunk
changeset: 322680:f47e4cb09153
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 769b22edbd72 -r f47e4cb09153 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 769b22edbd72 -r f47e4cb09153 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