diff src/fns.c @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents 501cfd01ee6d
children 697ef44129c6
line wrap: on
line diff
--- a/src/fns.c	Mon Aug 13 11:18:12 2007 +0200
+++ b/src/fns.c	Mon Aug 13 11:19:21 2007 +0200
@@ -36,10 +36,7 @@
 
 #include "lisp.h"
 
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-#include <errno.h>
+#include "sysfile.h"
 
 #include "buffer.h"
 #include "bytecode.h"
@@ -992,7 +989,11 @@
       return result;
     }
   else
-    abort (); /* unreachable, since Flength (sequence) did not get an error */
+    {
+      abort (); /* unreachable, since Flength (sequence) did not get
+                   an error */
+      return Qnil;
+    }
 }