Mercurial > hg > xemacs-beta
comparison src/search.c @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | cf808b4c4290 |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
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; |