1 #if !defined(sol_preprocessor_here_hpp_included)
2 #define sol_preprocessor_here_hpp_included
3 /// \addtogroup sol_preprocessor
8 * \file sol/preprocessor/here.hpp
9 * \author Sven Suursoho
12 #include <sol/preprocessor/text.hpp>
15 /// Turn preprocessor symbol into here
16 #define SOL_HERE __FILE__ ":" SOL_TEXT(__LINE__)
20 #endif // sol_preprocessor_here_hpp_included