Diff for /rpl/src/instructions_o1.c between versions 1.89 and 1.93

version 1.89, 2017/01/18 15:44:21 version 1.93, 2018/05/30 09:27:36
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.26    RPL/2 (R) version 4.1.29
   Copyright (C) 1989-2017 Dr. BERTRAND Joël    Copyright (C) 1989-2018 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 2361  instruction_open(struct_processus *s_eta Line 2361  instruction_open(struct_processus *s_eta
                                 {                                  {
                                     type_arguments = 'S';                                      type_arguments = 'S';
                                 }                                  }
                                   else if (type_arguments == 'F')
                                 {                                  {
                                     liberation(s_etat_processus,                                      liberation(s_etat_processus,
                                             s_objet_argument);                                              s_objet_argument);

Removed from v.1.89  
changed lines
  Added in v.1.93


CVSweb interface <joel.bertrand@systella.fr>