(error): Prevent compiler warning.
authorGerd Moellmann <gerd@gnu.org>
Mon, 2 Oct 2000 11:11:52 +0000 (11:11 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 2 Oct 2000 11:11:52 +0000 (11:11 +0000)
src/eval.c

index 1e2065f..269eb4e 100644 (file)
@@ -1655,6 +1655,7 @@ error (m, a1, a2, a3)
     xfree (buffer);
 
   Fsignal (Qerror, Fcons (string, Qnil));
+  abort ();
 }
 \f
 DEFUN ("commandp", Fcommandp, Scommandp, 1, 1, 0,