Diff for /rpl/src/interruptions.c between versions 1.84 and 1.86

version 1.84, 2011/10/10 10:58:12 version 1.86, 2011/11/18 20:24:40
Line 1828  interruption_violation_access(void *adre Line 1828  interruption_violation_access(void *adre
     unsigned char       message[] = "+++System : Trying to catch access "      unsigned char       message[] = "+++System : Trying to catch access "
                                 "violation\n";                                  "violation\n";
   
     static int              compteur_erreur = 0;      static int          compteur_erreur = 0;
   
     if ((gravite == 0) && (routine_recursive != 0))      if ((gravite == 0) && (routine_recursive != 0))
     {      {

Removed from v.1.84  
changed lines
  Added in v.1.86


CVSweb interface <joel.bertrand@systella.fr>