aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-14 12:25:56 +0000
committerAndreas Schwab1998-04-14 12:25:56 +0000
commitdfcf069d565c347abf3cb7cec80e6ed8432037ba (patch)
treecd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/fileio.c
parent0f94f94657ad7a6a68e64c612285a5e06152def2 (diff)
downloademacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz
emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip
Fix -Wimplicit warnings.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 07bc4334ebd..7a8ddff0f37 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -599,6 +599,7 @@ On VMS, converts \"[X]FOO.DIR\" to \"[X.FOO]\", etc.")
599 * Value is nonzero if the string output is different from the input. 599 * Value is nonzero if the string output is different from the input.
600 */ 600 */
601 601
602int
602directory_file_name (src, dst) 603directory_file_name (src, dst)
603 char *src, *dst; 604 char *src, *dst;
604{ 605{
@@ -4522,6 +4523,7 @@ a_write (desc, addr, nbytes, bytepos, annot, coding)
4522 } 4523 }
4523 *annot = Fcdr (*annot); 4524 *annot = Fcdr (*annot);
4524 } 4525 }
4526 return 0;
4525} 4527}
4526 4528
4527#ifndef WRITE_BUF_SIZE 4529#ifndef WRITE_BUF_SIZE
@@ -5172,6 +5174,7 @@ DIR defaults to current buffer's directory default.")
5172 return val; 5174 return val;
5173} 5175}
5174 5176
5177void
5175syms_of_fileio () 5178syms_of_fileio ()
5176{ 5179{
5177 Qexpand_file_name = intern ("expand-file-name"); 5180 Qexpand_file_name = intern ("expand-file-name");