Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/netpgp/dist/bindings/lua En...



details:   https://anonhg.NetBSD.org/src/rev/4dc6057fe5e0
branches:  trunk
changeset: 318576:4dc6057fe5e0
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sun Apr 29 19:31:38 2018 +0000
description:
Enable checking arguments for validity.

diffstat:

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

diffs (11 lines):

diff -r a459dcc895b1 -r 4dc6057fe5e0 crypto/external/bsd/netpgp/dist/bindings/lua/glue.c
--- a/crypto/external/bsd/netpgp/dist/bindings/lua/glue.c       Sun Apr 29 19:28:11 2018 +0000
+++ b/crypto/external/bsd/netpgp/dist/bindings/lua/glue.c       Sun Apr 29 19:31:38 2018 +0000
@@ -38,6 +38,7 @@
 #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