summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/rts/Constants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h
index 071d094782..82f3bdd74d 100644
--- a/includes/rts/Constants.h
+++ b/includes/rts/Constants.h
@@ -257,6 +257,10 @@
*/
#define TSO_LINK_DIRTY 32
+/*
+ * Used by the sanity checker to check whether TSOs are on the correct
+ * mutable list.
+ */
#define TSO_MARKED 64
/* -----------------------------------------------------------------------------