Diff for /rpl/src/instructions_d1.c between versions 1.51 and 1.59

version 1.51, 2014/07/17 08:07:20 version 1.59, 2016/03/01 22:12:30
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.19    RPL/2 (R) version 4.1.25
   Copyright (C) 1989-2014 Dr. BERTRAND Joël    Copyright (C) 1989-2016 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.51  
changed lines
  Added in v.1.59


CVSweb interface <joel.bertrand@systella.fr>