mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
(searchbuf): Declare here.
This commit is contained in:
parent
48dfbc2f80
commit
c7e466e10b
1 changed files with 3 additions and 0 deletions
|
|
@ -68,6 +68,9 @@ extern struct direct *readdir ();
|
|||
|
||||
#include "regex.h"
|
||||
|
||||
/* A search buffer, with a fastmap allocated and ready to go. */
|
||||
extern struct re_pattern_buffer searchbuf;
|
||||
|
||||
#define min(a, b) ((a) < (b) ? (a) : (b))
|
||||
|
||||
/* if system does not have symbolic links, it does not have lstat.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue