/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/Error.c

  • Committer: Gustav Hartvigsson
  • Date: 2015-10-01 15:43:43 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20151001154343-y24virkewqp6p575
* Added discussion on SError and Error Pragagation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <assert.h>
28
28
#include "utils.h"
29
29
 
30
 
 
31
30
struct SErrorPrivate {
32
31
  schar * message;
33
32
  SErrorType error_type;