aboutsummaryrefslogtreecommitdiff
path: root/libexec/flua/libhash
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2025-10-04 00:52:28 +0000
committerKyle Evans <kevans@FreeBSD.org>2025-10-04 00:53:28 +0000
commitd4c973fa148544a0b949ceb1efb6c68096f02baf (patch)
treec514d6f91d9aee60ac26fddf3896b365bf6ee4ff /libexec/flua/libhash
parent981cf36d64c48ebfa22d44ac83b6d448c2974f23 (diff)
Diffstat (limited to 'libexec/flua/libhash')
-rw-r--r--libexec/flua/libhash/lhash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/flua/libhash/lhash.c b/libexec/flua/libhash/lhash.c
index f455f006bf27..7127ddc1d530 100644
--- a/libexec/flua/libhash/lhash.c
+++ b/libexec/flua/libhash/lhash.c
@@ -178,6 +178,4 @@ luaopen_hash(lua_State *L)
return 1;
}
-#ifndef _STANDALONE
FLUA_MODULE(hash);
-#endif