This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=a9d4381b5da8db6d9fb05d6089baaf4b775b424d The branch, master has been updated via a9d4381b5da8db6d9fb05d6089baaf4b775b424d (commit) from 1236f0ab24b50e76da6554c305dedda8a1e6d8bb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a9d4381b5da8db6d9fb05d6089baaf4b775b424d Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Sat Jun 27 11:33:21 2015 +0300 python: cleanup * python/libmu_py/libmu_py.c (_ro): Remove inline qualifier. * python/libmu_py/libmu_py.h: Likewise. ----------------------------------------------------------------------- Summary of changes: python/libmu_py/libmu_py.c | 2 +- python/libmu_py/libmu_py.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/libmu_py/libmu_py.c b/python/libmu_py/libmu_py.c index 2e284a8..61e5ac5 100644 --- a/python/libmu_py/libmu_py.c +++ b/python/libmu_py/libmu_py.c @@ -17,7 +17,7 @@ #include "libmu_py.h" -inline PyObject * +PyObject * _ro (PyObject *obj) { Py_INCREF (obj); diff --git a/python/libmu_py/libmu_py.h b/python/libmu_py/libmu_py.h index 9798527..319fe31 100644 --- a/python/libmu_py/libmu_py.h +++ b/python/libmu_py/libmu_py.h @@ -63,7 +63,7 @@ } \ while (0) -extern inline PyObject * _ro (PyObject *obj); +extern PyObject * _ro (PyObject *obj); extern void _py_dealloc (PyObject *self); extern PyObject * status_object (int status, PyObject *py_obj); extern PyObject * _mu_py_attach_module (const char *name, PyMethodDef *methods); hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils