diff options
Diffstat (limited to 'gcc/version.h')
-rw-r--r-- | gcc/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/version.h b/gcc/version.h index 99416495a4f..db5972d2af8 100644 --- a/gcc/version.h +++ b/gcc/version.h @@ -1,4 +1,4 @@ #ifndef GCC_VERSION_H #define GCC_VERSION_H -extern const char *const version_string; +extern const char version_string[]; #endif /* ! GCC_VERSION_H */ |