From b115ca307adf7ef9dca13f6e7ce40768bc0b2b75 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 18 Oct 2004 11:56:14 +0000 Subject: 20500: Unmetafy patterns where possible and other minor pattern fixes --- Src/zsh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index b5685e32b..655737e30 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1088,10 +1088,10 @@ struct patprog { long startoff; /* length before start of programme */ long size; /* total size from start of struct */ long mustoff; /* offset to string that must be present */ + long patmlen; /* length of pure string or longest match */ int globflags; /* globbing flags to set at start */ int globend; /* globbing flags set after finish */ int flags; /* PAT_* flags */ - int patmlen; /* length of pure string or longest match */ int patnpar; /* number of active parentheses */ char patstartch; }; -- cgit 1.4.1