RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Anders F. Björklund
Root: /v/rpm/cvs Email: afb@rpm5.org
Module: rpm Date: 31-Aug-2007 23:01:36
Branch: HEAD Handle: 2007083122013600
Modified files:
rpm/python header-py.c
Log:
fix mac compile by prototyping static function.
Summary:
Revision Changes Path
1.54 +3 -0 rpm/python/header-py.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/python/header-py.c
============================================================================
$ cvs diff -u -r1.53 -r1.54 header-py.c
--- rpm/python/header-py.c 31 Aug 2007 13:02:34 -0000 1.53
+++ rpm/python/header-py.c 31 Aug 2007 21:01:36 -0000 1.54
@@ -616,6 +616,9 @@
return (long) h;
}
+/* forward declaration */
+static PyObject * hdr_subscript(hdrObject * s, PyObject * item);
+
static PyObject * hdr_getattro(PyObject * o, PyObject * n)
/*@*/
{
@@ .
Received on Fri Aug 31 23:01:36 2007