]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Allow testsuite to pass on big endian
authorJim Thoenen <the.resident@gmail.com>
Mon, 3 Feb 2014 01:24:59 +0000 (19:24 -0600)
committerJim Thoenen <the.resident@gmail.com>
Tue, 11 Feb 2014 02:31:54 +0000 (20:31 -0600)
commit69b89dc6ac12a3147d7143e64a17ef340df1b89a
treef365d9bcdd91d82c65624d352e18c7eb1a174f24
parentf7e074d88fb8ff2c9722187292341e6a692f3649
Allow testsuite to pass on big endian

Move the progs header and body byteswapping into util functions and
call those functions when either reading or writing the progs.
code.c
exec.c
gmqcc.h
util.c