fixed typo

This commit is contained in:
ceriel 1989-08-02 09:47:27 +00:00
parent 596c778d27
commit 71e90ba21c

View File

@ -54,7 +54,7 @@ conversion(from_type, to_type)
case T_UNSIGNED:
#ifndef NOFLOAT
case T_FLOATING:
#endif NOOFLOAT
#endif NOFLOAT
if ((int)from_size < (int)word_size) {
C_loc(from_size);
C_loc(word_size);