mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
removed extern code generation declarations preferring direct includes (#7948)
* removed extern code generation definitions, preferring direct includes * add static to functions * remove idl_gen_lua
This commit is contained in:
parent
16a7df46f0
commit
10b79d87c1
27 changed files with 117 additions and 1081 deletions
|
|
@ -2135,7 +2135,7 @@ class PythonGenerator : public BaseGenerator {
|
|||
|
||||
} // namespace python
|
||||
|
||||
bool GeneratePython(const Parser &parser, const std::string &path,
|
||||
static bool GeneratePython(const Parser &parser, const std::string &path,
|
||||
const std::string &file_name) {
|
||||
python::PythonGenerator generator(parser, path, file_name);
|
||||
return generator.generate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue