Diff for /rpl/src/analyse.c between versions 1.31 and 1.35

version 1.31, 2010/09/06 16:50:16 version 1.35, 2011/01/03 12:08:02
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.19    RPL/2 (R) version 4.0.20
   Copyright (C) 1989-2010 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 896  initialisation_instructions(struct_proce Line 896  initialisation_instructions(struct_proce
 }  }
   
   
 #ifndef OS2  
 extern inline  
 #endif  
 void *  void *
 analyse_instruction(struct_processus *s_etat_processus, unsigned char *ptr)  analyse_instruction(struct_processus *s_etat_processus, unsigned char *ptr)
 {  {
Line 972  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.31  
changed lines
  Added in v.1.35


CVSweb interface <joel.bertrand@systella.fr>