Mercurial > hg > xemacs-beta
diff src/emacs.c @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 4be1180a9e89 |
children | cca96a509cfe |
line wrap: on
line diff
--- a/src/emacs.c Mon Aug 13 09:18:41 2007 +0200 +++ b/src/emacs.c Mon Aug 13 09:19:45 2007 +0200 @@ -179,7 +179,7 @@ shut_down_emacs (sig, Qnil); stderr_out("\nLisp backtrace follows:\n\n"); Fbacktrace(Qexternal_debugging_output, Qt); - +# if 0 /* This is evil, rarely useful, and causes grief in some cases. */ /* Check for Sun-style stack printing via /proc */ { CONST char *pstack = "/usr/proc/bin/pstack"; @@ -192,6 +192,7 @@ system(buf); } } +# endif } #ifdef VMS LIB$STOP (SS$_ABORT);