Remove some global symbols

This commit is contained in:
Alex Beregszaszi
2017-08-09 12:44:53 +01:00
parent d015b5818e
commit 3e2f0b589d
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -38,6 +38,9 @@ extern "C" {
typedef void (*CStyleReadFileCallback)(char const* _path, char** o_contents, char** o_error);
}
namespace
{
ReadFile::Callback wrapReadCallback(CStyleReadFileCallback _readCallback = nullptr)
{
ReadFile::Callback readCallback;
@@ -260,6 +263,8 @@ string compileStandardInternal(string const& _input, CStyleReadFileCallback _rea
return compiler.compile(_input);
}
}
static string s_outputBuffer;
extern "C"