~ubuntu-branches/ubuntu/precise/graphviz/precise-security

« back to all changes in this revision

Viewing changes to lib/ast/error.h

  • Committer: Bazaar Package Importer
  • Author(s): David Claughton
  • Date: 2010-03-24 22:45:18 UTC
  • mfrom: (1.2.7 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100324224518-do441tthbqjaqjzd
Tags: 2.26.3-4
Add patch to fix segfault in circo. Backported from upstream snapshot
release.  Thanks to Francis Russell for his work on this.
(Closes: #575255)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: error.h,v 1.3 2007/07/23 18:45:29 ellson Exp $ $Revision: 1.3 $ */
 
1
/* $Id: error.h,v 1.6 2009/06/03 01:10:51 ellson Exp $ $Revision: 1.6 $ */
2
2
/* vim:set shiftwidth=4 ts=8: */
3
3
 
4
4
/**********************************************************
33
33
        int indent;
34
34
        int line;
35
35
        int warnings;
 
36
        int trace;
36
37
        char *file;
37
38
        char *id;
38
39
    } Error_info_t;
57
58
 
58
59
    extern Error_info_t error_info;
59
60
 
 
61
    extern void setTraceLevel (int);
60
62
    extern void setErrorLine (int);
61
63
    extern void setErrorFileLine (char*, int);
62
64
    extern void setErrorId (char*);