This updates a comment in LYClean.c. No patch to WATT32 is currently
required. This may not be very relevant, however, since compiling with
"IGNORE_CTRL_C" no longer works with DJGPP (probably due to changes in
the WATT32 code).
Doug
--- src/LYClean.c.ori 2004-01-07 18:03:08.000000000 -0800
+++ src/LYCLean.c 2004-01-19 22:17:46.000000000 -0800
@@ -37,7 +37,7 @@
#ifdef DJGPP
if (wathndlcbrk) {
sig_handler_watt(sig); /* Use WATT-32 signal handler */
- } /* Requires patch to WATT-32 */
+ }
#endif /* DJGPP */
signal(SIGINT, cleanup_sig);
sigint = TRUE;
--
Doug Kaufman
Internet: [EMAIL PROTECTED]
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]