--- a/src/ldObject.h Mon Jun 02 13:16:14 2014 +0300 +++ b/src/ldObject.h Mon Jun 02 13:35:41 2014 +0300 @@ -72,7 +72,6 @@ OBJ_Comment, // Object represents a comment OBJ_Error, // Object is the result of failed parsing OBJ_Empty, // Object represents an empty line - OBJ_Unknown, // Unknown object type (some functions return this; TODO: they probably should not) OBJ_NumTypes, // Amount of object types OBJ_FirstType = OBJ_Subfile