]> granicus.if.org Git - python/commitdiff
Make one more private symbol static.
authorGuido van Rossum <guido@python.org>
Sat, 14 Apr 2001 17:55:41 +0000 (17:55 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 14 Apr 2001 17:55:41 +0000 (17:55 +0000)
Objects/frameobject.c

index 64d166cc25dddb751f96491f3b8a72b32feca659..8e78f0f7f79947b2a98a8b12e5495944385623fd 100644 (file)
@@ -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,
            int deref, int clear)
 {