This repository has been archived on 2024-04-08 . You can view files and clone it, but cannot push or open issues or pull requests.
Stanislav Mekhanoshin
5050e3eb8e
Workaround for SunOS of conflict between system and local int8_t definitions.
System headers implies that char is signed by ABI and define the type as `char' while GoldEd has to be compiled with -funsigned-char and defines it as `signed char'. Thus we have conflict definition. At the same time goldlib cannot be compiled with -fsigned-char.
______________________________________________________________________ The Goldware Library June 20, 1998 READ ME ______________________________________________________________________ Please read LICENSE.TXT for the license for The Goldware Library and other source code by Odinn Sorensen. For installation instructions, read INSTALL.TXT. ______________________________________________________________________
Description
Languages
C++
70.7%
Haskell
21.5%
C
4.6%
Makefile
1.4%
Shell
0.7%
Other
0.9%