Mercurial > hgrepos > Python > libs > ConfigMix
changeset 614:7e480a32d9d5
Prototype declaration with paremeter names
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 12 Jan 2022 09:06:43 +0100 |
| parents | d9e0c93b2838 |
| children | d51f57cfc197 |
| files | configmix/_speedups.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configmix/_speedups.c Wed Jan 12 01:12:34 2022 +0100 +++ b/configmix/_speedups.c Wed Jan 12 09:06:43 2022 +0100 @@ -37,7 +37,7 @@ }; -static PyObject * _fast_getvar_s(PyObject *, PyObject *, PyObject *, struct speedups_state *, int*); +static PyObject * _fast_getvar_s(PyObject *config, PyObject *varname, PyObject *default_, struct speedups_state *sstate, int *cacheable); static
