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
removed
27
27
#include <assert.h>
31
30
struct SErrorPrivate {
33
32
SErrorType error_type;