summaryrefslogtreecommitdiff
path: root/test.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-11-21 20:51:19 -0500
committerChet Ramey <chet.ramey@case.edu>2011-11-21 20:51:19 -0500
commit0001803f0b9523c94fa2ede48eaecb047fef4524 (patch)
treef334332811e033ff966d94f6268f0629a94304b3 /test.h
parent89a92869e56aba4e4cab2d639c00a86f0545c862 (diff)
downloadbash-0001803f0b9523c94fa2ede48eaecb047fef4524.tar.gz
Bash-4.1 distribution source
Diffstat (limited to 'test.h')
-rw-r--r--test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.h b/test.h
index 9188b5b5..626edc43 100644
--- 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 *));