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-09-16 11:31:00 UTC
-
Revision ID:
gustav.hartvigsson@gmail.com-20150916113100-nfmggemi5gcnawtl
* Re arranged members of structs to prevent struct fragmentation and padding.
This keeps the structs smaller by a few bytes, but it should be enough to make
a difference in some cases.
Show diffs side-by-side
added
removed
31
31
struct SErrorPrivate {
32
33
SErrorType error_type;