summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/src/object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/score/src/object.c b/c/src/exec/score/src/object.c
index 4f672086fe..14c15a36c7 100644
--- a/c/src/exec/score/src/object.c
+++ b/c/src/exec/score/src/object.c
@@ -71,6 +71,7 @@ void _Objects_Handler_initialization(
* maximum - maximum objects of this class
* is_string - TRUE if names for this object are strings
* size - size of this object's control block
+ * is_thread - TRUE if this class is threads
*
* Output parameters: NONE
*/