[Git][cmucl/cmucl][rtoy-mmap-anon-control-and-binding-stacks] Remove some unused code.

Raymond Toy rtoy at common-lisp.net
Thu Nov 5 03:50:37 UTC 2015


Raymond Toy pushed to branch rtoy-mmap-anon-control-and-binding-stacks at cmucl / cmucl


Commits:
70f15c09 by Raymond Toy at 2015-11-04T19:49:31Z
Remove some unused code.

- - - - -


1 changed file:

- src/lisp/interrupt.c


Changes:

=====================================
src/lisp/interrupt.c
=====================================
--- a/src/lisp/interrupt.c
+++ b/src/lisp/interrupt.c
@@ -408,10 +408,7 @@ interrupt_maybe_gc(HANDLER_ARGS)
 * Noise to install handlers.                                     *
 \****************************************************************/
 
-//#if !(defined(i386) || defined(__x86_64))
-//#define SIGNAL_STACK_SIZE SIGSTKSZ
 char altstack[SIGNAL_STACK_SIZE];
-//#endif
 
 void
 interrupt_install_low_level_handler(int signal, void handler(HANDLER_ARGS))



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/70f15c09eb7c4cb656ab38026d92d821979449a7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20151105/2e0d5d4b/attachment.html>


More information about the cmucl-cvs mailing list