Diff for /rpl/src/interruptions.c between versions 1.188 and 1.189

version 1.188, 2016/10/11 11:48:09 version 1.189, 2016/10/11 11:58:22
Line 2063  interruption_violation_access(void *adre Line 2063  interruption_violation_access(void *adre
             sigsegv_leave_handler(sortie_interruption_depassement_pile,              sigsegv_leave_handler(sortie_interruption_depassement_pile,
                     (void *) &routine_recursive, NULL, NULL);                      (void *) &routine_recursive, NULL, NULL);
 #       else  #       else
             sortie_interruption_depassement_pile((void *) &routine_recursive);              sortie_interruption_depassement_pile((void *) &routine_recursive,
                       NULL, NULL);
 #       endif  #       endif
     }      }
   

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


CVSweb interface <joel.bertrand@systella.fr>