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
a0aa1111
Commit
a0aa1111
authored
Oct 18, 2004
by
Kenichi Handa
Browse files
(fast_string_match_ignore_case): Extern it.
parent
7a892a8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/lisp.h
src/lisp.h
+1
-0
No files found.
src/lisp.h
View file @
a0aa1111
...
...
@@ -2792,6 +2792,7 @@ EXFUN (Fmatch_end, 1);
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
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