Diff for /rpl/src/analyse.c between versions 1.37 and 1.38

version 1.37, 2011/04/11 12:10:03 version 1.38, 2011/04/13 19:28:01
Line 971  analyse(struct_processus *s_etat_process Line 971  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.37  
changed lines
  Added in v.1.38


CVSweb interface <joel.bertrand@systella.fr>