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
345b3483
Commit
345b3483
authored
May 29, 2006
by
Dan Nicolaescu
Browse files
(invalid_character): Mark as NO_RETURN.
parent
c57597dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/charset.h
src/charset.h
+1
-1
No files found.
src/ChangeLog
View file @
345b3483
2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
* charset.h (invalid_character): Mark as NO_RETURN.
2006-05-29 Kenichi Handa <handa@m17n.org>
* coding.c (Ffind_operation_coding_system): Call a function by
...
...
src/charset.h
View file @
345b3483
...
...
@@ -825,7 +825,7 @@ while (0)
/* This is the maximum byte length of multi-byte sequence. */
#define MAX_MULTIBYTE_LENGTH 4
extern
void
invalid_character
P_
((
int
));
extern
void
invalid_character
P_
((
int
))
NO_RETURN
;
extern
int
translate_char
P_
((
Lisp_Object
,
int
,
int
,
int
,
int
));
extern
int
split_string
P_
((
const
unsigned
char
*
,
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