From c08c8bdffbedbe5e8f703c1d278925540bd8f966 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sun, 5 Apr 1998 21:15:52 -0700
Subject: [PATCH] one warning removed

Rev: src/error.c:1.15
---
 src/error.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/error.c b/src/error.c
index 6ffeed0355..00728e36ad 100644
--- a/src/error.c
+++ b/src/error.c
@@ -13,8 +13,9 @@
 #include "object.h"
 #include "main.h"
 #include "builtin_functions.h"
+#include "backend.h"
 
-RCSID("$Id: error.c,v 1.14 1998/03/28 15:33:04 grubba Exp $");
+RCSID("$Id: error.c,v 1.15 1998/04/06 04:15:52 hubbe Exp $");
 
 #undef ATTRIBUTE
 #define ATTRIBUTE(X)
@@ -166,10 +167,8 @@ void debug_fatal(char *fmt, ...) ATTRIBUTE((noreturn,format (printf, 1, 2)))
 
   (void)VFPRINTF(stderr, fmt, args);
 
-  fprintf(stderr,"Attempting to dump backlog (may fail).\n");
-
   d_flag=t_flag=0;
-  push_text("Fatal error");
+  push_text("Attempting to dump backlog (may fail).\n");
   f_backtrace(0);
   f_aggregate(2);
   APPLY_MASTER("describe_backtrace",1);
-- 
GitLab