mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-21 18:30:52 +00:00
it's not undefined, stupid
This commit is contained in:
parent
78971ab85a
commit
b3d4e406ec
1 changed files with 1 additions and 1 deletions
2
ir.h
2
ir.h
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue