it's not undefined, stupid

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-08-16 12:58:26 +02:00
parent 78971ab85a
commit b3d4e406ec

2
ir.h
View file

@ -321,6 +321,6 @@ void ir_builder_dump(ir_builder*, int (*oprintf)(const char*, ...));
/* This code assumes 32 bit floats while generating binary */
extern int check_int_and_float_size
[ (sizeof(int32_t) == sizeof(( (ir_value*)(NULL) )->constval.vvec.x)) ? 1 : -1 ];
[ (sizeof(int32_t) == sizeof(qcfloat)) ? 1 : -1 ];
#endif