]> git.eshelyaron.com Git - emacs.git/commitdiff
Honor the function return type.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Thu, 17 Sep 2009 21:39:25 +0000 (23:39 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Thu, 17 Sep 2009 21:39:25 +0000 (23:39 +0200)
src/thread.c

index ecc44f3f5f9fb69ede902d06d52971600405e273..cd59ce2533c6c1e7d67ef63a82cad2b6fd6c1134 100644 (file)
@@ -123,6 +123,7 @@ DEFUN ("yield", Fyield, Syield, 0, 0, 0,
      (void)
 {
   thread_yield ();
+  return Qnil;
 }
 
 static Lisp_Object