Make some private symbols static.

This commit is contained in:
Guido van Rossum 2001-04-14 17:55:09 +00:00
parent f85af612f8
commit f68d8e52e7
5 changed files with 8 additions and 7 deletions

View file

@ -251,7 +251,7 @@ PyFrame_BlockPop(PyFrameObject *f)
/* Convert between "fast" version of locals and dictionary version */
void
static void
map_to_dict(PyObject *map, int nmap, PyObject *dict, PyObject **values,
int deref)
{