Kaydet (Commit) 6b356e70 authored tarafından Guido van Rossum's avatar Guido van Rossum

Make one more private symbol static.

üst f68d8e52
...@@ -273,7 +273,7 @@ map_to_dict(PyObject *map, int nmap, PyObject *dict, PyObject **values, ...@@ -273,7 +273,7 @@ map_to_dict(PyObject *map, int nmap, PyObject *dict, PyObject **values,
} }
} }
void static void
dict_to_map(PyObject *map, int nmap, PyObject *dict, PyObject **values, dict_to_map(PyObject *map, int nmap, PyObject *dict, PyObject **values,
int deref, int clear) int deref, int clear)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment