Diff for /rpl/src/instructions_t1.c between versions 1.55 and 1.57

version 1.55, 2015/01/05 15:32:22 version 1.57, 2015/02/19 11:01:27
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.20    RPL/2 (R) version 4.1.21
   Copyright (C) 1989-2015 Dr. BERTRAND Joël    Copyright (C) 1989-2015 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 503  instruction_then(struct_processus *s_eta Line 503  instruction_then(struct_processus *s_eta
                     }                      }
   
                     if ((instruction_majuscule = conversion_majuscule(                      if ((instruction_majuscule = conversion_majuscule(
                               s_etat_processus,
                             (*s_etat_processus).instruction_courante)) == NULL)                              (*s_etat_processus).instruction_courante)) == NULL)
                     {                      {
                         liberation(s_etat_processus, s_objet);                          liberation(s_etat_processus, s_objet);

Removed from v.1.55  
changed lines
  Added in v.1.57


CVSweb interface <joel.bertrand@systella.fr>