diff options
author | Jari Aalto <jari.aalto@cante.net> | 2006-10-10 14:15:34 +0000 |
---|---|---|
committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:58 +0000 |
commit | 0628567a28f3510f506ae46cb9b24b73a6d2dc5d (patch) | |
tree | da84934c41272cdc655694846c15c1c5db807445 /test.h | |
parent | 95732b497d12c98613bb3c5db16b61f377501a59 (diff) | |
download | bash-0628567a28f3510f506ae46cb9b24b73a6d2dc5d.tar.gz |
Imported from ../bash-3.2.tar.gz.
Diffstat (limited to 'test.h')
-rw-r--r-- | test.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -27,8 +27,6 @@ #define TEST_PATMATCH 0x01 #define TEST_ARITHEXP 0x02 -extern int test_eaccess __P((char *, int)); - extern int test_unop __P((char *)); extern int test_binop __P((char *)); |