fixed typo
This commit is contained in:
parent
c302ed167c
commit
47955d174e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue