unimportant

This commit is contained in:
Cosmin Apreutesei
2019-11-16 00:36:09 +02:00
committed by GitHub
parent d2e62cf2bb
commit ef28b60d89
+1 -1
View File
@@ -8,7 +8,7 @@ local ffi = require'ffi'
local lib = ffi.os == 'Windows' and 'libwinpthread-1' or 'pthread'
local C = ffi.load(lib)
local H = {} --header namespace
local M = {C = C}
local M = {C = C, H = H}
if ffi.os == 'Linux' then