Export float_buf_repr() interface, for marshalling of floats.

This commit is contained in:
Guido van Rossum 1991-06-04 19:42:53 +00:00
parent dce2e3d8f5
commit 27dec7e376
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ getfloatvalue(op)
/* Methods */
static void
void
float_buf_repr(buf, v)
char *buf;
floatobject *v;