Workaround of GC crash on Cygwin64
Patch from <http://www.j10n.org/files/w3m-cvs-1.1055-win64gc.patch>, [w3m-dev:04469] on 2013-10-14.
This commit is contained in:
committed by
Tatsuya Kinoshita
parent
dbd52ac2ca
commit
ec81194f38
@@ -209,6 +209,10 @@ typedef RETSIGTYPE MySignalHandler;
|
||||
#define SUPPORT_WIN9X_CONSOLE_MBCS 1
|
||||
#endif
|
||||
|
||||
#if defined(__CYGWIN__) && defined(__x86_64__)
|
||||
#define DONT_CALL_GC_AFTER_FORK
|
||||
#endif
|
||||
|
||||
#if defined(__DJGPP__)
|
||||
#define DEFAULT_TERM "dosansi"
|
||||
#else
|
||||
|
Reference in New Issue
Block a user