1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-14 19:56:28 +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:
Nick Briggs
2020-07-16 16:37:42 -07:00
parent bfd17d1ef5
commit a3a14577be

View File

@@ -218,7 +218,7 @@ error Must specify RELEASE to build Medley.
/* */
/********************************************************/
#ifdef sun
typedef char s_char;
typedef signed char s_char;
#endif /* sun */