mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
Ensure that on Sun systems s_char type is signed char now that char is otherwise forced to be unsigned.
modified: inc/version.h
This commit is contained in:
parent
bfd17d1ef5
commit
a3a14577be
@ -218,7 +218,7 @@ error Must specify RELEASE to build Medley.
|
||||
/* */
|
||||
/********************************************************/
|
||||
#ifdef sun
|
||||
typedef char s_char;
|
||||
typedef signed char s_char;
|
||||
#endif /* sun */
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user