Avoid enum portability issues
authorSam Thursfield <samthursfield@codethink.co.uk>
Thu, 7 Jul 2011 10:42:04 +0000 (11:42 +0100)
committerSam Thursfield <samthursfield@codethink.co.uk>
Thu, 7 Jul 2011 10:42:04 +0000 (11:42 +0100)
commit02b179dd71b9904c79a739da916cb747aee8ba42
treed10b1086a53befff25b59a0e2155eb92d9c0bd06
parentea42b9c0d942fc8de23f8beec0817a2e8b34e504
Avoid enum portability issues

Use 'int' instead of MoonshotErrorCode in struct MoonshotError, because
the size of an enum value is technically unspecified.
libmoonshot/libmoonshot.h