Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
44a5ae4d
Commit
44a5ae4d
authored
Feb 12, 2009
by
Kenichi Handa
Browse files
(fast_looking_at): Extern it.
parent
285e85c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/lisp.h
src/lisp.h
+2
-0
No files found.
src/lisp.h
View file @
44a5ae4d
...
...
@@ -2950,6 +2950,8 @@ EXFUN (Flooking_at, 1);
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
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment