comparison src/dired.c @ 2371:48f808108031

(searchbuf): Declare here.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Mar 1993 17:56:41 +0000
parents 1d57af6e24e9
children e94a593c3952
comparison
equal deleted inserted replaced
2370:4817a2197ac2 2371:48f808108031
65 #include "lisp.h" 65 #include "lisp.h"
66 #include "buffer.h" 66 #include "buffer.h"
67 #include "commands.h" 67 #include "commands.h"
68 68
69 #include "regex.h" 69 #include "regex.h"
70
71 /* A search buffer, with a fastmap allocated and ready to go. */
72 extern struct re_pattern_buffer searchbuf;
70 73
71 #define min(a, b) ((a) < (b) ? (a) : (b)) 74 #define min(a, b) ((a) < (b) ? (a) : (b))
72 75
73 /* if system does not have symbolic links, it does not have lstat. 76 /* if system does not have symbolic links, it does not have lstat.
74 In that case, use ordinary stat instead. */ 77 In that case, use ordinary stat instead. */