diff options
Diffstat (limited to 'lib/libI77/fmt.h')
-rw-r--r-- | lib/libI77/fmt.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libI77/fmt.h b/lib/libI77/fmt.h index e94bc1c..509746e 100644 --- a/lib/libI77/fmt.h +++ b/lib/libI77/fmt.h @@ -45,7 +45,10 @@ typedef union } ufloat; typedef union { short is; - char ic; +#ifndef KR_headers + signed +#endif + char ic; integer il; #ifdef Allow_TYQUAD longint ili; |