From: Guido van Rossum Date: Tue, 4 Jun 1991 19:42:53 +0000 (+0000) Subject: Export float_buf_repr() interface, for marshalling of floats. X-Git-Tag: v0.9.8~915 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27dec7e376fbee721bfa16aa3fccef06e316e1b9;p=thirdparty%2FPython%2Fcpython.git Export float_buf_repr() interface, for marshalling of floats. --- diff --git a/Objects/floatobject.c b/Objects/floatobject.c index e2095d723cb2..cd7d084c7529 100644 --- a/Objects/floatobject.c +++ b/Objects/floatobject.c @@ -70,7 +70,7 @@ getfloatvalue(op) /* Methods */ -static void +void float_buf_repr(buf, v) char *buf; floatobject *v;