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/c90a88a85ddf
branches: trunk
changeset: 361792:c90a88a85ddf
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 a7d72a35ab1c -r c90a88a85ddf 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 a7d72a35ab1c -r c90a88a85ddf 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