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
3f639f85
Commit
3f639f85
authored
May 21, 1998
by
Kenichi Handa
Browse files
(find_charset_in_str): Number of arguments fixed.
parent
aa60dea6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/charset.h
src/charset.h
+2
-1
No files found.
src/charset.h
View file @
3f639f85
...
...
@@ -800,7 +800,8 @@ extern int multibyte_form_length P_ ((const unsigned char *, int));
extern
int
str_cmpchar_id
P_
((
const
unsigned
char
*
,
int
));
extern
int
get_charset_id
P_
((
Lisp_Object
));
extern
int
cmpchar_component
P_
((
unsigned
int
,
unsigned
int
));
extern
int
find_charset_in_str
P_
((
unsigned
char
*
,
int
,
int
*
,
Lisp_Object
));
extern
int
find_charset_in_str
P_
((
unsigned
char
*
,
int
,
int
*
,
Lisp_Object
,
int
));
extern
int
strwidth
P_
((
unsigned
char
*
,
int
));
extern
Lisp_Object
Vcharacter_translation_table_vector
;
...
...
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