• Kevin Modzelewski's avatar
    Always use NULL instead of root_hcls · 5ec4e70d
    Kevin Modzelewski authored
    Refcounting added a second way to represent "no attrs" -- NULL as a hcls.
    This was causing guards to fail since a check would be written for one
    but then it would fail when objects came in with the other.
    
    So canonicalize to using NULL as the "no attributes" hcls.
    5ec4e70d
objmodel.cpp 272 KB