aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/version.h')
-rw-r--r--gdb/common/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/version.h b/gdb/common/version.h
index c804f47..9e840e7 100644
--- a/gdb/common/version.h
+++ b/gdb/common/version.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 VERSION_H
-#define VERSION_H
+#ifndef COMMON_VERSION_H
+#define COMMON_VERSION_H
/* Version number of GDB, as a string. */
extern const char version[];
@@ -28,4 +28,4 @@ extern const char host_name[];
/* Canonical target name as a string. */
extern const char target_name[];
-#endif /* #ifndef VERSION_H */
+#endif /* COMMON_VERSION_H */