sizeof(int)->sizeof(qcint) - pointed out by graphitemaster

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-06-27 17:21:25 +02:00
parent a4167900c4
commit fe06c9dadc

2
exec.h
View file

@ -43,7 +43,7 @@ typedef union {
} qcany;
typedef char qcfloat_size_is_correct [sizeof(qcfloat) == 4 ?1:-1];
typedef char qcint_size_is_correct [sizeof(int) == 4 ?1:-1];
typedef char qcint_size_is_correct [sizeof(qcint) == 4 ?1:-1];
typedef struct {
uint32_t offset;