Diff for /rpl/src/rpl.c between versions 1.186 and 1.188

version 1.186, 2016/08/26 08:57:56 version 1.188, 2016/10/11 11:57:02
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.25    RPL/2 (R) version 4.1.26
   Copyright (C) 1989-2016 Dr. BERTRAND Joël    Copyright (C) 1989-2016 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 27 Line 27
 #pragma GCC diagnostic push  #pragma GCC diagnostic push
 #pragma GCC diagnostic ignored "-Wclobbered"  #pragma GCC diagnostic ignored "-Wclobbered"
   
   #ifdef BROKEN_SIGSEGV
   #   undef HAVE_STACK_OVERFLOW_RECOVERY
   #   undef HAVE_SIGSEGV_RECOVERY
   #endif
   
   
 /*  /*
 ================================================================================  ================================================================================
Line 2452  rplinit(int argc, char *argv[], char *en Line 2457  rplinit(int argc, char *argv[], char *en
   
         if (debug == d_faux)          if (debug == d_faux)
         {          {
 #   ifdef HAVE_SIGSEGV_RECOVERY  #   if defined(HAVE_SIGSEGV_RECOVERY)
             if (sigsegv_install_handler(interruption_violation_access) != 0)              if (sigsegv_install_handler(interruption_violation_access) != 0)
             {              {
 #               ifndef SEMAPHORES_NOMMES  #               ifndef SEMAPHORES_NOMMES

Removed from v.1.186  
changed lines
  Added in v.1.188


CVSweb interface <joel.bertrand@systella.fr>