@ -20,7 +20,7 @@ function convert(i, j, t)
if (type == "int" || type == "long") {
longs = longs "\tlong " name ";\n"
} else if (type == "bool" || (type == "boolean") {
} else if (type == "bool" || type == "boolean") {
bools = bools "\tzend_bool " name ";\n"
} else if (type == "double" || type == "float") {
doubles = doubles "\tdouble " name ";\n"