3fa5bfd UTIL: Use standard maximum value of type size_t

2 files Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
    UTIL: Use standard maximum value of type size_t
    
    It is better to use standard constant for maximum value of type size_t,
    instead of reinventing wheel with own defined constant SIZE_T_MAX
    
    This patch replace string "SIZE_T_MAX" -> "SIZE_MAX"
    
        
file modified
+6 -6
file modified
+2 -3