aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/regformats/regdef.h')
-rw-r--r--gdb/regformats/regdef.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/regformats/regdef.h b/gdb/regformats/regdef.h
index 8729374c14a..df9c5e40282 100644
--- a/gdb/regformats/regdef.h
+++ b/gdb/regformats/regdef.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 REGDEF_H
-#define REGDEF_H
+#ifndef REGFORMATS_REGDEF_H
+#define REGFORMATS_REGDEF_H
struct reg
{
@@ -60,4 +60,4 @@ struct reg
}
};
-#endif /* REGDEF_H */
+#endif /* REGFORMATS_REGDEF_H */