comparison configmix/_speedups.c @ 614:7e480a32d9d5

Prototype declaration with paremeter names
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 12 Jan 2022 09:06:43 +0100
parents f797f798edfb
children 8dc514bd3d5e
comparison
equal deleted inserted replaced
613:d9e0c93b2838 614:7e480a32d9d5
35 PyObject *ENDTOK; 35 PyObject *ENDTOK;
36 PyObject *REF_NAMESPACE; 36 PyObject *REF_NAMESPACE;
37 }; 37 };
38 38
39 39
40 static PyObject * _fast_getvar_s(PyObject *, PyObject *, PyObject *, struct speedups_state *, int*); 40 static PyObject * _fast_getvar_s(PyObject *config, PyObject *varname, PyObject *default_, struct speedups_state *sstate, int *cacheable);
41 41
42 42
43 static 43 static
44 int 44 int
45 _hex2ucs4(PyObject *s, Py_ssize_t end, Py_UCS4 *result) 45 _hex2ucs4(PyObject *s, Py_ssize_t end, Py_UCS4 *result)