comparison src/emacs.c @ 5474:4dee0387b9de

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 29 Mar 2011 00:02:47 +0200
parents 2aa9cd456ae7 3889ef128488
children 58b38d5b32d0
comparison
equal deleted inserted replaced
5473:ac37a5f7e5be 5474:4dee0387b9de
3383 the second part is because we don't want to do this under Cygwin, where 3383 the second part is because we don't want to do this under Cygwin, where
3384 we have a Unix-like environment and a working stderr where the messages 3384 we have a Unix-like environment and a working stderr where the messages
3385 go. The two conditions sound somewhat redundant (maybe we could just 3385 go. The two conditions sound somewhat redundant (maybe we could just
3386 use the second?) but they aren't completely: Theoretically (maybe with 3386 use the second?) but they aren't completely: Theoretically (maybe with
3387 MinGW?) we could imagine compiling under native Windows as the OS 3387 MinGW?) we could imagine compiling under native Windows as the OS
3388 but e.g. targetting only X Windows as the window system. --ben */ 3388 but e.g. targeting only X Windows as the window system. --ben */
3389 3389
3390 #if defined (HAVE_MS_WINDOWS) && defined (WIN32_NATIVE) 3390 #if defined (HAVE_MS_WINDOWS) && defined (WIN32_NATIVE)
3391 # define NEED_WINDOWS_MESSAGE_PAUSE 3391 # define NEED_WINDOWS_MESSAGE_PAUSE
3392 #endif 3392 #endif
3393 3393
3678 (" core\n" 3678 (" core\n"
3679 "\n" 3679 "\n"
3680 "then type `where' at the debugger prompt. No GDB on your system? You may\n" 3680 "then type `where' at the debugger prompt. No GDB on your system? You may\n"
3681 "have DBX, or XDB, or SDB. (Ask your system administrator if you need help.)\n" 3681 "have DBX, or XDB, or SDB. (Ask your system administrator if you need help.)\n"
3682 "If no core file was produced, enable them (often with `ulimit -c unlimited')\n" 3682 "If no core file was produced, enable them (often with `ulimit -c unlimited')\n"
3683 "in case of future recurrance of the crash.\n"); 3683 "in case of future reoccurrence of the crash.\n");
3684 #endif /* _MSC_VER */ 3684 #endif /* _MSC_VER */
3685 } 3685 }
3686 3686
3687 stuff_buffered_input (stuff); 3687 stuff_buffered_input (stuff);
3688 3688