diff src/fileio.c @ 21514:fa9ff387d260

Fix -Wimplicit warnings.
author Andreas Schwab <schwab@suse.de>
date Tue, 14 Apr 1998 12:25:56 +0000
parents 0e2b0f6fc9c0
children 48def841655f
line wrap: on
line diff
--- a/src/fileio.c	Tue Apr 14 10:56:46 1998 +0000
+++ b/src/fileio.c	Tue Apr 14 12:25:56 1998 +0000
@@ -599,6 +599,7 @@
  * Value is nonzero if the string output is different from the input.
  */
 
+int
 directory_file_name (src, dst)
      char *src, *dst;
 {
@@ -4522,6 +4523,7 @@
 	}
       *annot = Fcdr (*annot);
     }
+  return 0;
 }
 
 #ifndef WRITE_BUF_SIZE
@@ -5172,6 +5174,7 @@
   return val;
 }
 
+void
 syms_of_fileio ()
 {
   Qexpand_file_name = intern ("expand-file-name");