Diff for /rpl/src/instructions_d1.c between versions 1.46 and 1.54

version 1.46, 2013/06/21 14:15:53 version 1.54, 2015/01/27 14:18:06
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.15    RPL/2 (R) version 4.1.20
   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 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.46  
changed lines
  Added in v.1.54


CVSweb interface <joel.bertrand@systella.fr>