Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / darwin-nat.h
index e4d8a5dbed552fe7e07541ac42acbc7c90953c27..f33e25316f5ac1e46f0eaa3edaaabfcf5649a725 100644 (file)
@@ -14,8 +14,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 __DARWIN_NAT_H__
-#define __DARWIN_NAT_H__
+#ifndef DARWIN_NAT_H
+#define DARWIN_NAT_H
 
 #include "inf-child.h"
 #include <mach/mach.h>
@@ -201,4 +201,4 @@ void darwin_set_sstep (thread_t thread, int enable);
 
 void darwin_check_osabi (darwin_inferior *inf, thread_t thread);
 
-#endif /* __DARWIN_NAT_H__ */
+#endif /* DARWIN_NAT_H */
This page took 0.024118 seconds and 4 git commands to generate.