]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Export float_buf_repr() interface, for marshalling of floats.
authorGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 19:42:53 +0000 (19:42 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Jun 1991 19:42:53 +0000 (19:42 +0000)
Objects/floatobject.c

index e2095d723cb29f5f48864a87916d2c82a9410924..cd7d084c7529401bae508ddbac0dd7504d95bc22 100644 (file)
@@ -70,7 +70,7 @@ getfloatvalue(op)
 
 /* Methods */
 
-static void
+void
 float_buf_repr(buf, v)
        char *buf;
        floatobject *v;