]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - bashintl.h
Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix
[thirdparty/bash.git] / bashintl.h
index 7e6b83fc0ca549fb38511a659c331f2bf092c06c..dd3268331937a7943622a76e168f9ca08dc9d527 100644 (file)
@@ -47,4 +47,8 @@
 #  define setlocale(cat, loc)
 #endif
 
+#if !defined (HAVE_LOCALE_H) || !defined (HAVE_LOCALECONV)
+#  define locale_decpoint()    '.'
+#endif
+
 #endif /* !_BASHINTL_H_ */