[bugfix] plus reader broken
This commit is contained in:
parent
252debb489
commit
0dd7e85e72
|
@ -331,7 +331,7 @@ read_plus(pic_state *pic, struct pic_port *port, int c)
|
||||||
if (strcaseeq(pic_symbol_name(pic, pic_sym(sym)), "+nan.0")) {
|
if (strcaseeq(pic_symbol_name(pic, pic_sym(sym)), "+nan.0")) {
|
||||||
return pic_float_value(NAN);
|
return pic_float_value(NAN);
|
||||||
}
|
}
|
||||||
return read_symbol(pic, port, c);
|
return sym;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue