1
Fork 0
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:
Richard M. Stallman 1993-03-25 17:56:41 +00:00
parent 48dfbc2f80
commit c7e466e10b

View file

@ -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.