~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/python-compat.h

  • Committer: Matt Nordhoff
  • Date: 2009-06-23 05:12:07 UTC
  • mto: This revision was merged to the branch mainline in revision 4474.
  • Revision ID: mnordhoff@mattnordhoff.com-20090623051207-fksdtbzkwtnrw9dd
Update _add_text docstrings that still referred to add_text.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    #include "arpa/inet.h"
68
68
#endif
69
69
 
70
 
#include <stdio.h>
71
 
 
72
 
#ifdef _MSC_VER
73
 
#define  snprintf  _snprintf
74
 
#endif
75
70
 
76
71
#endif /* _BZR_PYTHON_COMPAT_H */