/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/python-compat.h

  • Committer: John Arbash Meinel
  • Date: 2010-08-23 17:51:17 UTC
  • mto: This revision was merged to the branch mainline in revision 5390.
  • Revision ID: john@arbash-meinel.com-20100823175117-hr3b7p8gkw4ap8bb
Change the _test names to _get and _py so that it doesn't provoke bad smells :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    #if !defined(S_ISLNK)
66
66
        #define S_ISLNK(mode) (0)
67
67
    #endif
 
68
    #define strtoll _strtoi64
 
69
    #define strtoull _strtoui64
68
70
#else /* Not win32 */
69
71
    /* For htonl */
70
72
    #include "arpa/inet.h"