aboutsummaryrefslogtreecommitdiff
path: root/gdb/inline-frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inline-frame.h')
-rw-r--r--gdb/inline-frame.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/inline-frame.h b/gdb/inline-frame.h
index 3ddc9cf..1ad516d 100644
--- a/gdb/inline-frame.h
+++ b/gdb/inline-frame.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/>. */
-#if !defined (INLINE_FRAME_H)
-#define INLINE_FRAME_H 1
+#ifndef GDB_INLINE_FRAME_H
+#define GDB_INLINE_FRAME_H
class frame_info_ptr;
struct frame_unwind;
@@ -70,4 +70,4 @@ const symbol *inline_skipped_symbol (thread_info *thread);
int frame_inlined_callees (const frame_info_ptr &this_frame);
-#endif /* !defined (INLINE_FRAME_H) */
+#endif /* GDB_INLINE_FRAME_H */