• Grzegorz Goral's avatar
    [TCcnt] Made TCcountExprs size_t, fixed warnings, refactored null check · d4cb43cf
    Grzegorz Goral authored
    The counter used by TClookupIdsNode was used for null flag and count
    so to fix conversion warnings with size_t TCcountExprs, I needed to
    refactor this function to simply return the count, and detect null ptr
    via pointer arguments - may be better to change this to bool or char.
    
    More TCcountExprs warning fixes to follow
    d4cb43cf