--- rpl/src/rpl.c 2016/10/11 11:57:02 1.188 +++ rpl/src/rpl.c 2017/06/28 09:20:38 1.193 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.26 - Copyright (C) 1989-2016 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.27 + Copyright (C) 1989-2017 Dr. BERTRAND Joël This file is part of RPL/2. @@ -27,11 +27,6 @@ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wclobbered" -#ifdef BROKEN_SIGSEGV -# undef HAVE_STACK_OVERFLOW_RECOVERY -# undef HAVE_SIGSEGV_RECOVERY -#endif - /* ================================================================================ @@ -450,11 +445,11 @@ rplinit(int argc, char *argv[], char *en if ((*s_etat_processus).langue == 'F') { - printf("+++Copyright (C) 1989 à 2015, 2016 BERTRAND Joël\n"); + printf("+++Copyright (C) 1989 à 2016, 2017 BERTRAND Joël\n"); } else { - printf("+++Copyright (C) 1989 to 2015, 2016 BERTRAND Joel\n"); + printf("+++Copyright (C) 1989 to 2016, 2017 BERTRAND Joel\n"); } } @@ -2457,7 +2452,7 @@ rplinit(int argc, char *argv[], char *en if (debug == d_faux) { -# if defined(HAVE_SIGSEGV_RECOVERY) +# ifdef HAVE_SIGSEGV_RECOVERY if (sigsegv_install_handler(interruption_violation_access) != 0) { # ifndef SEMAPHORES_NOMMES