fixed typo

This commit is contained in:
ceriel 1989-08-02 09:47:27 +00:00
parent c302ed167c
commit 47955d174e

View file

@ -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);