Diff for /rpl/src/analyse.c between versions 1.36.2.1 and 1.40

version 1.36.2.1, 2011/04/11 13:02:12 version 1.40, 2011/04/21 16:00:53
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.22    RPL/2 (R) version 4.1.0.prerelease.0
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 35 Line 35
 ================================================================================  ================================================================================
 */  */
   
   
 static void  static void
 creation_instruction(struct_processus *s_etat_processus,  creation_instruction(struct_processus *s_etat_processus,
         unsigned char *instruction, void (*routine)())          unsigned char *instruction, void (*routine)())
Line 971  analyse(struct_processus *s_etat_process Line 970  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.36.2.1  
changed lines
  Added in v.1.40


CVSweb interface <joel.bertrand@systella.fr>