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
31a4f621
Commit
31a4f621
authored
Apr 08, 2006
by
Dan Nicolaescu
Browse files
(report_file_error): Mark as NO_RETURN.
parent
4f27350a
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/lisp.h
src/lisp.h
+1
-1
No files found.
src/ChangeLog
View file @
31a4f621
2006-04-08 Dan Nicolaescu <dann@ics.uci.edu>
* lisp.h (report_file_error): Mark as NO_RETURN.
2006-04-08 Eli Zaretskii <eliz@gnu.org>
* alloc.c [STDC_HEADERS]: Include stddef.h.
...
...
src/lisp.h
View file @
31a4f621
...
...
@@ -2862,7 +2862,7 @@ EXFUN (Ffile_readable_p, 1);
EXFUN
(
Ffile_executable_p
,
1
);
EXFUN
(
Fread_file_name
,
6
);
extern
Lisp_Object
close_file_unwind
P_
((
Lisp_Object
));
extern
void
report_file_error
P_
((
const
char
*
,
Lisp_Object
));
extern
void
report_file_error
P_
((
const
char
*
,
Lisp_Object
))
NO_RETURN
;
extern
int
internal_delete_file
P_
((
Lisp_Object
));
extern
void
syms_of_fileio
P_
((
void
));
extern
void
init_fileio_once
P_
((
void
));
...
...
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