aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/gdb_setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/gdb_setjmp.h')
-rw-r--r--gdbsupport/gdb_setjmp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/gdb_setjmp.h b/gdbsupport/gdb_setjmp.h
index e994226..2482990 100644
--- a/gdbsupport/gdb_setjmp.h
+++ b/gdbsupport/gdb_setjmp.h
@@ -16,8 +16,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 COMMON_GDB_SETJMP_H
-#define COMMON_GDB_SETJMP_H
+#ifndef GDBSUPPORT_GDB_SETJMP_H
+#define GDBSUPPORT_GDB_SETJMP_H
#include <setjmp.h>
@@ -33,4 +33,4 @@
#define SIGLONGJMP(buf,val) longjmp((buf), (val))
#endif
-#endif /* COMMON_GDB_SETJMP_H */
+#endif /* GDBSUPPORT_GDB_SETJMP_H */