summaryrefslogtreecommitdiff
path: root/src/pyinterp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r--src/pyinterp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h
index 51d6c8ec..53a38e37 100644
--- a/src/pyinterp.h
+++ b/src/pyinterp.h
@@ -29,8 +29,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _PYINTERP_H
-#define _PYINTERP_H
+#ifndef INCLUDED_PYINTERP_H
+#define INCLUDED_PYINTERP_H
#include "session.h"
@@ -147,4 +147,4 @@ extern shared_ptr<python_interpreter_t> python_session;
#endif // HAVE_BOOST_PYTHON
-#endif // _PYINTERP_H
+#endif // INCLUDED_PYINTERP_H