Diff for /rpl/src/analyse.c between versions 1.33 and 1.34

version 1.33, 2010/12/10 15:36:21 version 1.34, 2010/12/21 13:47:19
Line 969  analyse(struct_processus *s_etat_process Line 969  analyse(struct_processus *s_etat_process
   
     void                            (*instruction)();      void                            (*instruction)();
   
   #   ifdef DMALLOC
       BUG(dmalloc_verify(NULL) == DMALLOC_VERIFY_ERROR,
               printf("HEAP CORRUPTION!"));
   #   endif
   
     errno = 0;      errno = 0;
     (*s_etat_processus).var_volatile_exception_gsl = 0;      (*s_etat_processus).var_volatile_exception_gsl = 0;
   

Removed from v.1.33  
changed lines
  Added in v.1.34


CVSweb interface <joel.bertrand@systella.fr>