X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=ir.h;h=aa06179ee5b7e10dab2519612859bb04aa200eb2;hb=ac8c7d730a7d0728facbdddea984a631037055aa;hp=731fbbc7ecfde1ee2329096ccb9f30a77d9d153a;hpb=3df51c597935aa4b60da7a27883779ff584209e3;p=xonotic%2Fgmqcc.git diff --git a/ir.h b/ir.h index 731fbbc..aa06179 100644 --- a/ir.h +++ b/ir.h @@ -47,7 +47,7 @@ enum { IR_FLAG_HAS_UNINITIALIZED = 1 << 1, IR_FLAG_HAS_GOTO = 1 << 2, IR_FLAG_INCLUDE_DEF = 1 << 3, - IR_FLAG_ERASEABLE = 1 << 4, + IR_FLAG_ERASABLE = 1 << 4, IR_FLAG_BLOCK_COVERAGE = 1 << 5, IR_FLAG_SPLIT_VECTOR = 1 << 6,