Bug #832
- gcc feature prevents one from using _L task under cygwin compiles again
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#define INCLUDED_API
|
||||
#define L10N // Localization complete.
|
||||
|
||||
#include <../cmake.h>
|
||||
#include <cmake.h>
|
||||
#ifdef HAVE_LIBLUA
|
||||
|
||||
#include <vector>
|
||||
@@ -58,7 +58,7 @@ private:
|
||||
void loadFile (const std::string&);
|
||||
|
||||
public:
|
||||
lua_State* _L;
|
||||
lua_State* _state;
|
||||
std::vector <std::string> _loaded;
|
||||
|
||||
// Context for the API.
|
||||
|
||||
Reference in New Issue
Block a user