view test/callback_suite/make-config.lua @ 344:d60728b1f4a1

- tweaked html doc generation again so that it'll pick up dyncall.org's css file correctly (all in all not clean, see comment in source)
author Tassilo Philipp
date Tue, 07 Jan 2020 11:34:31 +0100
parents 3e629dc19168
children 45ac093ca822
line wrap: on
line source

require "config"

local defs = {
  MAXARGS = maxargs,
  NSIGS   = nsigs,
  API     = api
}

for k,v in pairs(defs) do
  io.write("#define CONFIG_" .. k .. " " .. v .. "\n" )
end
io.flush()