comparison src/search.c @ 48:56c54cf7c5b6 r19-16b90

Import from CVS: tag r19-16b90
author cvs
date Mon, 13 Aug 2007 08:56:04 +0200
parents 859a2309aef8
children 131b0175ea99
comparison
equal deleted inserted replaced
47:11c6df210d7f 48:56c54cf7c5b6
39 39
40 #include <sys/types.h> 40 #include <sys/types.h>
41 #include "regex.h" 41 #include "regex.h"
42 42
43 43
44 #define REGEXP_CACHE_SIZE 5 44 #define REGEXP_CACHE_SIZE 20
45 45
46 /* If the regexp is non-nil, then the buffer contains the compiled form 46 /* If the regexp is non-nil, then the buffer contains the compiled form
47 of that regexp, suitable for searching. */ 47 of that regexp, suitable for searching. */
48 struct regexp_cache { 48 struct regexp_cache {
49 struct regexp_cache *next; 49 struct regexp_cache *next;