/[pspp]/pspp/src/error.h
ViewVC logotype

Diff of /pspp/src/error.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by jmd, Sat Apr 3 07:10:55 2004 UTC revision 1.5 by blp, Tue Mar 1 08:16:15 2005 UTC
# Line 53  struct error Line 53  struct error
53      int class;                  /* One of the classes above. */      int class;                  /* One of the classes above. */
54      struct file_locator where;  /* File location, or (NULL, -1). */      struct file_locator where;  /* File location, or (NULL, -1). */
55      const char *title;          /* Special text inserted if not null. */      const char *title;          /* Special text inserted if not null. */
     const char *text;           /* Error text. */  
56    };    };
57    
58  /* Number of errors, warnings reported. */  /* Number of errors, warnings reported. */
# Line 85  void err_location (struct file_locator * Line 84  void err_location (struct file_locator *
84  void err_break (void);  void err_break (void);
85  void err_check_count (void);  void err_check_count (void);
86  void err_hcf (int exit_code) NO_RETURN;  void err_hcf (int exit_code) NO_RETURN;
87  void err_vmsg (const struct error *);  void err_vmsg (const struct error *, const char *, va_list);
88    
89  /* Used in panic situations only */  /* Used in panic situations only */
90  void request_bug_report_and_abort(const char *msg );  void request_bug_report_and_abort(const char *msg );

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26