Add check for undefined variables. Find undefined variables. Fix undefined

variables.
This commit is contained in:
David Given
2016-08-05 00:01:55 +02:00
parent 5e84be70fd
commit b50dc4214a
3 changed files with 16 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
include("util/cmisc/build.lua")
local allocd_header = definerule(null,
local allocd_header = definerule(nil,
{
srcs = { type="targets" }
},