mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Cleanup
This commit is contained in:
parent
6068b30ded
commit
29b4c77922
1 changed files with 0 additions and 3 deletions
|
@ -7931,9 +7931,6 @@ static void _read_return_number(void *data, port_type * p, int base, int exact)
|
||||||
*/
|
*/
|
||||||
static void _read_return_complex_number(void *data, port_type * p, int len)
|
static void _read_return_complex_number(void *data, port_type * p, int len)
|
||||||
{
|
{
|
||||||
// TODO: return complex num, see _read_return_number for possible template
|
|
||||||
// probably want to have that function extract/identify the real/imaginary components.
|
|
||||||
// can just scan the buffer and read out start/end index of each number.
|
|
||||||
int i;
|
int i;
|
||||||
make_empty_vector(vec);
|
make_empty_vector(vec);
|
||||||
make_string(str, p->tok_buf);
|
make_string(str, p->tok_buf);
|
||||||
|
|
Loading…
Add table
Reference in a new issue