From fc644b4c450fee27683cfb73e85488a643de6fa7 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 3 Jul 2010 16:45:45 +0000 Subject: Do not consider filenames that contain parens but don't END in a paren, to be an archive group. Fixes Savannah bug #28525. --- dep.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dep.h') diff --git a/dep.h b/dep.h index bf77d6b..6d7ec35 100644 --- a/dep.h +++ b/dep.h @@ -58,9 +58,10 @@ struct nameseq #define PARSEFS_NONE (0x0000) #define PARSEFS_NOSTRIP (0x0001) -#define PARSEFS_NOGLOB (0x0002) -#define PARSEFS_EXISTS (0x0004) -#define PARSEFS_NOCACHE (0x0008) +#define PARSEFS_NOAR (0x0002) +#define PARSEFS_NOGLOB (0x0004) +#define PARSEFS_EXISTS (0x0008) +#define PARSEFS_NOCACHE (0x0010) #define PARSE_FILE_SEQ(_s,_t,_c,_p,_f) \ (_t *)parse_file_seq ((_s),sizeof (_t),(_c),(_p),(_f)) -- cgit v1.2.3