fixed typo
This commit is contained in:
parent
596c778d27
commit
71e90ba21c
@ -54,7 +54,7 @@ conversion(from_type, to_type)
|
|||||||
case T_UNSIGNED:
|
case T_UNSIGNED:
|
||||||
#ifndef NOFLOAT
|
#ifndef NOFLOAT
|
||||||
case T_FLOATING:
|
case T_FLOATING:
|
||||||
#endif NOOFLOAT
|
#endif NOFLOAT
|
||||||
if ((int)from_size < (int)word_size) {
|
if ((int)from_size < (int)word_size) {
|
||||||
C_loc(from_size);
|
C_loc(from_size);
|
||||||
C_loc(word_size);
|
C_loc(word_size);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user