Export float_buf_repr() interface, for marshalling of floats.
This commit is contained in:
parent
dce2e3d8f5
commit
27dec7e376
|
@ -70,7 +70,7 @@ getfloatvalue(op)
|
|||
|
||||
/* Methods */
|
||||
|
||||
static void
|
||||
void
|
||||
float_buf_repr(buf, v)
|
||||
char *buf;
|
||||
floatobject *v;
|
||||
|
|
Loading…
Reference in New Issue