- gcc feature prevents one from using _L
  task under cygwin compiles again
This commit is contained in:
Federico Hernandez
2011-09-14 22:24:14 +02:00
parent 38c4bd3760
commit 8920f5c10c
2 changed files with 37 additions and 37 deletions

View File

@@ -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.