diff options
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h index 5d7295a84..a7cc1716f 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1092,6 +1092,7 @@ extern char_u *all_cflags; extern char_u *all_lflags; # ifdef VMS extern char_u *compiler_version; +extern char_u *compiled_arch; # endif extern char_u *compiled_user; extern char_u *compiled_sys; |