mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-31 22:02:33 +00:00
Patches that made it possible to compile on MacOS X as of Nov 13, 2011.
This commit is contained in:
@@ -396,6 +396,30 @@ typedef signed char s_char;
|
||||
|
||||
|
||||
|
||||
/********************************************************/
|
||||
/* */
|
||||
/********************************************************/
|
||||
#ifdef MACOSX
|
||||
/* MACOSX, mostly POSIX-compliant Unix */
|
||||
#define NOETHER 1
|
||||
#define XWINDOWS 1
|
||||
/* JDS trial 12/22/01 #define USETIMEFN 1 */
|
||||
|
||||
#undef REGISTER
|
||||
#define REGISTER
|
||||
|
||||
typedef signed char s_char;
|
||||
|
||||
#undef UNALIGNED_FETCH_OK
|
||||
|
||||
#define MAXNAMLEN NAME_MAX
|
||||
|
||||
#endif /* MACOSX */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/********************************************************/
|
||||
/* */
|
||||
|
||||
Reference in New Issue
Block a user