Diff for /rpl/src/types.c between versions 1.80 and 1.84

version 1.80, 2016/03/01 22:12:37 version 1.84, 2017/06/29 12:33:35
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.25    RPL/2 (R) version 4.1.27
   Copyright (C) 1989-2016 Dr. BERTRAND Joël    Copyright (C) 1989-2017 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 19 Line 19
 ================================================================================  ================================================================================
 */  */
   
   #define DEBUG_ERREURS
 #include "rpl-conv.h"  #include "rpl-conv.h"
   
   
Line 3650  recherche_type(struct_processus *s_etat_ Line 3650  recherche_type(struct_processus *s_etat_
   
     (*s_etat_processus).traitement_interruptible = registre_interruption;      (*s_etat_processus).traitement_interruptible = registre_interruption;
     return;      return;
   
   extention_type:
       return;
 }  }
   
   

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


CVSweb interface <joel.bertrand@systella.fr>