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
1ce0a32d
Commit
1ce0a32d
authored
Nov 20, 2006
by
Eli Zaretskii
Browse files
(concat) [!__GNUC__]: Add prototype.
parent
03e3eb4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/fns.c
src/fns.c
+2
-0
No files found.
src/ChangeLog
View file @
1ce0a32d
2006-11-20 Eli Zaretskii <eliz@gnu.org>
* fns.c (concat) [!__GNUC__]: Add prototype.
2006-11-20 Kenichi Handa <handa@m17n.org>
* fileio.c (Fread_file_name_internal): Use SBYTES (not SCHARS) to
...
...
src/fns.c
View file @
1ce0a32d
...
...
@@ -392,6 +392,8 @@ Symbols are also allowed; their print names are used instead. */)
the arguments for the invocations of this function, whereas it
expects these values on the stack. */
static
Lisp_Object
concat
()
__attribute__
((
noinline
));
#else
/* !__GNUC__ */
static
Lisp_Object
concat
();
#endif
/* ARGSUSED */
...
...
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