]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.h
Update license headers
[xonotic/gmqcc.git] / ir.h
diff --git a/ir.h b/ir.h
index 731fbbc7ecfde1ee2329096ccb9f30a77d9d153a..cdf097bed4e17d31a2da7fc41a28e16497a7b93a 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, 2013, 2014
+ * Copyright (C) 2012, 2013, 2014, 2015
  *     Wolfgang Bumiller
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy of
@@ -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,