]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - test.h
commit bash-20150619 snapshot
[thirdparty/bash.git] / test.h
diff --git a/test.h b/test.h
index 9188b5b5a0a1724b6dcf384a6143a98da1301793..626edc438b275f34323fb2aad5cf03fab97e61a6 100644 (file)
--- a/test.h
+++ b/test.h
@@ -26,6 +26,7 @@
 /* Values for the flags argument to binary_test */
 #define TEST_PATMATCH  0x01
 #define TEST_ARITHEXP  0x02
+#define TEST_LOCALE    0x04
 
 extern int test_unop __P((char *));
 extern int test_binop __P((char *));