aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-ref.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-ref.h')
-rw-r--r--gdb/python/py-ref.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/python/py-ref.h b/gdb/python/py-ref.h
index bf7a827..15280f6 100644
--- a/gdb/python/py-ref.h
+++ b/gdb/python/py-ref.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef GDB_PYTHON_REF_H
-#define GDB_PYTHON_REF_H
+#ifndef PYTHON_PY_REF_H
+#define PYTHON_PY_REF_H
#include "common/gdb_ref_ptr.h"
@@ -42,4 +42,4 @@ struct gdbpy_ref_policy
template<typename T = PyObject> using gdbpy_ref
= gdb::ref_ptr<T, gdbpy_ref_policy<T>>;
-#endif /* GDB_PYTHON_REF_H */
+#endif /* PYTHON_PY_REF_H */