diff src/emacs.c @ 31829:43566b0aec59

Avoid some more compiler warnings.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 21 Sep 2000 20:54:57 +0000
parents a42e23d2b9cc
children 923b8d6d8277
line wrap: on
line diff
--- a/src/emacs.c	Thu Sep 21 20:15:55 2000 +0000
+++ b/src/emacs.c	Thu Sep 21 20:54:57 2000 +0000
@@ -604,7 +604,7 @@
      char **valptr;
      int *skipptr;
 {
-  char *p;
+  char *p = NULL;
   int arglen;
   char *arg;
 
@@ -1506,6 +1506,7 @@
   /* Enter editor command loop.  This never returns.  */
   Frecursive_edit ();
   /* NOTREACHED */
+  return 0;
 }
 
 /* Sort the args so we can find the most important ones