Diff for /rpl/src/instructions_t1.c between versions 1.50 and 1.59

version 1.50, 2013/12/03 09:36:15 version 1.59, 2015/09/18 13:41:18
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.17    RPL/2 (R) version 4.1.23
   Copyright (C) 1989-2013 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.50  
changed lines
  Added in v.1.59


CVSweb interface <joel.bertrand@systella.fr>