pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/error.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/error.h
Date: Tue, 01 Mar 2005 03:16:24 -0500

Index: pspp/src/error.h
diff -u pspp/src/error.h:1.4 pspp/src/error.h:1.5
--- pspp/src/error.h:1.4        Sat Apr  3 07:10:55 2004
+++ pspp/src/error.h    Tue Mar  1 08:16:15 2005
@@ -53,7 +53,6 @@
     int class;                 /* One of the classes above. */
     struct file_locator where; /* File location, or (NULL, -1). */
     const char *title;         /* Special text inserted if not null. */
-    const char *text;          /* Error text. */
   };
 
 /* Number of errors, warnings reported. */
@@ -85,7 +84,7 @@
 void err_break (void);
 void err_check_count (void);
 void err_hcf (int exit_code) NO_RETURN;
-void err_vmsg (const struct error *);
+void err_vmsg (const struct error *, const char *, va_list);
 
 /* Used in panic situations only */
 void request_bug_report_and_abort(const char *msg );




reply via email to

[Prev in Thread] Current Thread [Next in Thread]