summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/macros/object.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/macros/object.inl9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/exec/score/macros/object.inl b/c/src/exec/score/macros/object.inl
index 27675b19bf..7a346af720 100644
--- a/c/src/exec/score/macros/object.inl
+++ b/c/src/exec/score/macros/object.inl
@@ -57,6 +57,15 @@
/*PAGE
*
+ * _Objects_Is_class_valid
+ *
+ */
+
+#define _Objects_Is_class_valid( _the_class ) \
+ ( (_the_class) <= OBJECTS_CLASSES_LAST )
+
+/*PAGE
+ *
* _Objects_Is_local_node
*
*/