aboutsummaryrefslogtreecommitdiff
path: root/contrib/bc/include/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bc/include/vm.h')
-rw-r--r--contrib/bc/include/vm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/bc/include/vm.h b/contrib/bc/include/vm.h
index d6f698fb1e6d..6f69712a804b 100644
--- a/contrib/bc/include/vm.h
+++ b/contrib/bc/include/vm.h
@@ -545,8 +545,10 @@ typedef struct BcVm {
/// The messages for each error.
const char *err_msgs[BC_ERR_NELEMS];
+#if BC_ENABLE_NLS
/// The locale.
const char *locale;
+#endif // BC_ENABLE_NLS
#endif // !BC_ENABLE_LIBRARY