Convert to pragma once
This commit is contained in:
@@ -40,8 +40,7 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef KEYWORDS_HPP
|
||||
#define KEYWORDS_HPP
|
||||
#pragma once
|
||||
|
||||
#include "luastack.hpp"
|
||||
|
||||
@@ -88,5 +87,3 @@ public:
|
||||
// Fetch the state pointer.
|
||||
lua_State *state() const { return LS.state(); }
|
||||
};
|
||||
|
||||
#endif // KEYWORDS_HPP
|
||||
|
||||
Reference in New Issue
Block a user