/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-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 added

removed removed

Lines of Context:
29
29
 
30
30
 
31
31
struct SErrorPrivate {
 
32
  schar * message;
32
33
  SErrorType error_type;
33
 
  schar * message;
34
34
};
35
35
 
36
36
schar *