aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-record-btrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-record-btrace.h')
-rw-r--r--gdb/python/py-record-btrace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/python/py-record-btrace.h b/gdb/python/py-record-btrace.h
index d6d4a74..1d8560d 100644
--- a/gdb/python/py-record-btrace.h
+++ b/gdb/python/py-record-btrace.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_PY_RECORD_BTRACE_H
-#define GDB_PY_RECORD_BTRACE_H
+#ifndef PYTHON_PY_RECORD_BTRACE_H
+#define PYTHON_PY_RECORD_BTRACE_H
#include "python-internal.h"
@@ -88,4 +88,4 @@ extern PyObject *recpy_bt_func_prev (PyObject *self, void *closure);
/* Implementation of RecordFunctionSegment.next [RecordFunctionSegment]. */
extern PyObject *recpy_bt_func_next (PyObject *self, void *closure);
-#endif /* GDB_PY_RECORD_BTRACE_H */
+#endif /* PYTHON_PY_RECORD_BTRACE_H */