aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/tdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/tdesc.h')
-rw-r--r--gdb/common/tdesc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/tdesc.h b/gdb/common/tdesc.h
index 4db5473..a0bc633 100644
--- a/gdb/common/tdesc.h
+++ b/gdb/common/tdesc.h
@@ -15,8 +15,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 ARCH_TDESC_H
-#define ARCH_TDESC_H 1
+#ifndef COMMON_TDESC_H
+#define COMMON_TDESC_H
struct tdesc_feature;
struct tdesc_type;
@@ -404,4 +404,4 @@ private:
std::string *m_buffer;
};
-#endif /* ARCH_TDESC_H */
+#endif /* COMMON_TDESC_H */