]> code.delx.au - gnu-emacs/blobdiff - src/search.c
(Command Loop Info, Adjusting Point): Remove @tindex.
[gnu-emacs] / src / search.c
index dfbf66fc7edce9b5fcaff77edfa42e3995ffd0f1..99db7f184fc22673ea07bc4773dd730d03585ce9 100644 (file)
@@ -90,6 +90,7 @@ static void save_search_regs ();
 static int simple_search ();
 static int boyer_moore ();
 static int search_buffer ();
+static void matcher_overflow () NO_RETURN;
 
 static void
 matcher_overflow ()