diff src/dired.c @ 109639:8ee3605b9d8a

Fix changes in revnos 100982..100984 for Windows build. * dired.c (compile_pattern): * syssignal.h (signal_handler_t): Restore declarations. * w32font.c (Qlatin): Remove declaration. * menu.h (xmalloc_widget_value, digest_single_submenu): Declare. * xmenu.c [USE_X_TOOLKIT || USE_GTK]: Don't declare xmalloc_widget_value and digest_single_submenu.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Aug 2010 02:16:24 +0200
parents c4c8e4a16194
children df8e0cd18128
line wrap: on
line diff
--- a/src/dired.c	Thu Aug 05 17:07:36 2010 -0700
+++ b/src/dired.c	Fri Aug 06 02:16:24 2010 +0200
@@ -82,6 +82,11 @@
 #include "regex.h"
 #include "blockinput.h"
 
+/* Returns a search buffer, with a fastmap allocated and ready to go.  */
+extern struct re_pattern_buffer *compile_pattern (Lisp_Object,
+						  struct re_registers *,
+						  Lisp_Object, int, int);
+
 /* From filemode.c.  Can't go in Lisp.h because of `stat'.  */
 extern void filemodestring (struct stat *, char *);