~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/python-compat.h

  • Committer: John Arbash Meinel
  • Date: 2009-10-21 20:53:21 UTC
  • mto: This revision was merged to the branch mainline in revision 4771.
  • Revision ID: john@arbash-meinel.com-20091021205321-j62yud7d5lfx2za1
Revert previous change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#  define Py_REFCNT(o) ((o)->ob_refcnt)
85
85
#endif
86
86
 
87
 
 
88
 
#define INTERN_STRING(obj)  (PyString_InternInPlace(&(obj)))
89
 
 
90
87
#endif /* _BZR_PYTHON_COMPAT_H */