X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fi386-darwin-tdep.h;h=5855271af55bb5adf5838247673e07e5d169b4b3;hb=d3ecddab5fc036fb57588a9bfff73575dc419052;hp=1cdaa763905012ddbea4d7128fbd96109b68f91e;hpb=28e7fd62340426746f9c896cbc40c5d374ec47aa;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/i386-darwin-tdep.h b/gdb/i386-darwin-tdep.h index 1cdaa76390..5855271af5 100644 --- a/gdb/i386-darwin-tdep.h +++ b/gdb/i386-darwin-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for Darwin x86. - Copyright (C) 2008-2013 Free Software Foundation, Inc. + Copyright (C) 2008-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -16,8 +16,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#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 */