mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-15 23:51:44 +00:00
Rename NOFORN to MAIKO_ENABLE_FOREIGN_FUNCTION_INTERFACE. (#217)
This lets us get rid of double-negatives, which are confusing, and starts a naming scheme that is easier to see when something is a Maiko flag versus something else.
This commit is contained in:
@@ -207,11 +207,6 @@ error Must specify RELEASE to build Medley.
|
||||
|
||||
/* Set up defaults */
|
||||
#define NOETHER 1
|
||||
/* Foreign function call support relies upon DLD which
|
||||
* weren't supported in modern OSes and the GNU DLD
|
||||
* library hasn't been supported or maintained since
|
||||
* at least 2006. */
|
||||
#define NOFORN
|
||||
#define UNALIGNED_FETCH_OK
|
||||
#define HAS_GETHOSTID
|
||||
#define UNSIGNED unsigned long
|
||||
|
||||
Reference in New Issue
Block a user