Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Ketsji/KX_PythonSeq.h')
-rw-r--r--source/gameengine/Ketsji/KX_PythonSeq.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/gameengine/Ketsji/KX_PythonSeq.h b/source/gameengine/Ketsji/KX_PythonSeq.h
index 568d59119c0..47a01737cdb 100644
--- a/source/gameengine/Ketsji/KX_PythonSeq.h
+++ b/source/gameengine/Ketsji/KX_PythonSeq.h
@@ -30,8 +30,8 @@
* \brief Readonly sequence wrapper for lookups on logic bricks
*/
-#ifndef __KX_PYTHONSEQ_H__
-#define __KX_PYTHONSEQ_H__
+#ifndef _adr_py_seq_h_ // only process once,
+#define _adr_py_seq_h_ // even if multiply included
#ifdef WITH_PYTHON
@@ -63,6 +63,6 @@ typedef struct {
PyObject *KX_PythonSeq_CreatePyObject(PyObject *base, short type);
-#endif /* WITH_PYTHON */
+#endif // WITH_PYTHON
-#endif /* __KX_PYTHONSEQ_H__ */
+#endif // _adr_py_seq_h_