X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ir.h;h=cae0cda839db6d20dc0f2995c608952dcf110e80;hp=cd382957f022c34d82a0bdd2f1603bf1aa1ef7d9;hb=8afd373e4f35d363c763301af804b2628b46437d;hpb=3e75750ad6893e1af78474cc085cff64bb7c98c8 diff --git a/ir.h b/ir.h index cd38295..cae0cda 100644 --- a/ir.h +++ b/ir.h @@ -281,7 +281,7 @@ void ir_builder_dump(ir_builder*, int (*oprintf)(const char*, ...)); /* * This code assumes 32 bit floats while generating binary * Blub: don't use extern here, it's annoying and shows up in nm - * for some reason :P + * for some reason :P */ typedef int static_assert_is_32bit_float [(sizeof(int32_t) == 4)?1:-1]; typedef int static_assert_is_32bit_integer[(sizeof(qcfloat) == 4)?1:-1];