Convert to pragma once
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
/////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
#ifndef TRACEBACK_HPP
|
||||
#define TRACEBACK_HPP
|
||||
#pragma once
|
||||
|
||||
#include "luastack.hpp"
|
||||
|
||||
@@ -29,5 +28,3 @@ int traceback_coroutine(lua_State *L);
|
||||
// not allowed, and does an assert-fail in that case.
|
||||
//
|
||||
eng::string traceback_pcall(lua_State *L, int narg, int nret);
|
||||
|
||||
#endif // TRACEBACK_HPP
|
||||
|
||||
Reference in New Issue
Block a user