Diff for /rpl/src/instructions_d1.c between versions 1.48 and 1.63

version 1.48, 2013/12/03 09:36:12 version 1.63, 2017/08/03 17:17:45
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.17    RPL/2 (R) version 4.1.28
   Copyright (C) 1989-2013 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 3938  instruction_default(struct_processus *s_ Line 3938  instruction_default(struct_processus *s_
                     return;                      return;
                 }                  }
   
                 instruction_majuscule = conversion_majuscule(                  instruction_majuscule = conversion_majuscule(s_etat_processus,
                         (*s_etat_processus).instruction_courante);                          (*s_etat_processus).instruction_courante);
   
                 if (niveau == 0)                  if (niveau == 0)

Removed from v.1.48  
changed lines
  Added in v.1.63


CVSweb interface <joel.bertrand@systella.fr>