From 798846ab8337471998b0a4d796d6d409453faa7d Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 31 Aug 2013 19:59:05 +0400 Subject: Use HAVE_OPEN_MEMSTREAM --- python/tag.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/tag.cc') diff --git a/python/tag.cc b/python/tag.cc index 6ae439f5..46fb8f34 100644 --- a/python/tag.cc +++ b/python/tag.cc @@ -517,6 +517,7 @@ PyObject *ParseTagFile(PyObject *self,PyObject *Args) { } #endif /*}}}*/ +#ifdef HAVE_OPEN_MEMSTREAM // RewriteSection - Rewrite a section.. /*{{{*/ // --------------------------------------------------------------------- /* An interesting future extension would be to add a user settable @@ -586,6 +587,7 @@ PyObject *RewriteSection(PyObject *self,PyObject *Args) return HandleErrors(ResObj); } /*}}}*/ +#endif // HAVE_OPEN_MEMSTREAM // Method table for the Tag Section object static PyMethodDef TagSecMethods[] = -- cgit v1.2.3