Mercurial > emacs
changeset 101965:f6d5eb6db7f4
(fast_looking_at): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 12 Feb 2009 05:55:50 +0000 |
parents | 05ec76bd8aa4 |
children | 43952e9a02cd |
files | src/lisp.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Thu Feb 12 05:55:02 2009 +0000 +++ b/src/lisp.h Thu Feb 12 05:55:50 2009 +0000 @@ -2950,6 +2950,8 @@ extern int fast_string_match P_ ((Lisp_Object, Lisp_Object)); extern int fast_c_string_match_ignore_case P_ ((Lisp_Object, const char *)); extern int fast_string_match_ignore_case P_ ((Lisp_Object, Lisp_Object)); +extern EMACS_INT fast_looking_at P_ ((Lisp_Object, EMACS_INT, EMACS_INT, + EMACS_INT, EMACS_INT, Lisp_Object)); extern int scan_buffer P_ ((int, int, int, int, int *, int)); extern int scan_newline P_ ((int, int, int, int, int, int)); extern int find_next_newline P_ ((int, int));