out << "{\n";\r
indentation += 2;\r
\r
- for (auto v : b.variables)\r
+ for (auto v : b.ctx->variables)\r
{\r
indent(out);\r
out << v << ";\n";\r
tocFunction(out, f, true);\r
}\r
\r
- for (auto v : p.variables)\r
+ for (auto v : p.ctx->variables)\r
{\r
out << v << ";\n";\r
}\r
namespaces.push_back(n.name);\r
if (!stub)\r
{\r
- for (auto v : n.variables)\r
+ for (auto v : n.ctx->variables)\r
{\r
out << v << ";\n";\r
}\r