aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-darwin-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/i386-darwin-tdep.h')
-rw-r--r--gdb/i386-darwin-tdep.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/i386-darwin-tdep.h b/gdb/i386-darwin-tdep.h
index 35f419a..5855271 100644
--- a/gdb/i386-darwin-tdep.h
+++ b/gdb/i386-darwin-tdep.h
@@ -16,8 +16,9 @@
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 __I386_DARWIN_TDEP_H__
-#define __I386_DARWIN_TDEP_H__
+
+#ifndef I386_DARWIN_TDEP_H
+#define I386_DARWIN_TDEP_H
#include "frame.h"
@@ -28,4 +29,4 @@ extern const int i386_darwin_thread_state_num_regs;
int darwin_dwarf_signal_frame_p (struct gdbarch *, struct frame_info *);
-#endif /* __I386_DARWIN_TDEP_H__ */
+#endif /* I386_DARWIN_TDEP_H */