--- rpl/src/interruptions.c 2016/08/26 08:57:56 1.185 +++ rpl/src/interruptions.c 2016/10/11 11:30:30 1.187 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.25 + RPL/2 (R) version 4.1.26 Copyright (C) 1989-2016 Dr. BERTRAND Joël This file is part of RPL/2. @@ -2028,6 +2028,7 @@ sortie_interruption_depassement_pile(voi return; } +#ifndef BROKEN_SIGSEGV void interruption_depassement_pile(int urgence, stackoverflow_context_t scp) { @@ -2044,6 +2045,7 @@ interruption_depassement_pile(int urgenc interruption3(SIGUSR2); return; } +#endif int interruption_violation_access(void *adresse_fautive, int gravite)