• Show log

    Commit

  • Hash : 5673434f
    Author : Shawn O. Pearce
    Date : 2008-12-31T07:34:43

    Undefine malloc,strdup,calloc before redefining them
    
    Some systems may use cpp macros to define these functions, glibc
    appears to be one of them.
    
    Signed-off-by: Shawn O. Pearce <spearce@spearce.org>