]> 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 47293a1af19367a546cb1154bf0f6cfc44650f86..626edc438b275f34323fb2aad5cf03fab97e61a6 100644 (file)
--- a/test.h
+++ b/test.h
@@ -1,6 +1,6 @@
 /* test.h -- external interface to the conditional command code. */
 
-/* Copyright (C) 1997-2008 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2009 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -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 *));