• Show log

    Commit

  • Hash : 1fa4c81c
    Author : Nick Mathewson
    Date : 2010-01-26T12:06:41

    Add ev_[u]intptr_t to include/event2/util.h
    
    We already emulate most of the other useful bits of stdint.h, and
    we seem to have started to use uintptr_t in a few places throughout
    the code.  Let's make sure we can continue to do so even on backwards
    platforms that don't do C99.