Diff for /rpl/src/instructions_a3.c between versions 1.1.1.1 and 1.70

version 1.1.1.1, 2010/01/26 15:22:44 version 1.70, 2024/01/17 16:57:11
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.9    RPL/2 (R) version 4.1.36
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2024 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 20 Line 20
 */  */
   
   
 #include "rpl.conv.h"  #include "rpl-conv.h"
   
   
 /*  /*
Line 38 Line 38
 void  void
 instruction_array_fleche(struct_processus *s_etat_processus)  instruction_array_fleche(struct_processus *s_etat_processus)
 {  {
       integer8                        i;
       integer8                        j;
   
     struct_liste_chainee            *l_element_courant;      struct_liste_chainee            *l_element_courant;
   
     struct_objet                    *s_objet_source;      struct_objet                    *s_objet_source;
     struct_objet                    *s_objet_elementaire;      struct_objet                    *s_objet_elementaire;
   
     unsigned long                   i;  
     unsigned long                   j;  
   
     (*s_etat_processus).erreur_execution = d_ex;      (*s_etat_processus).erreur_execution = d_ex;
   
     if ((*s_etat_processus).affichage_arguments == 'Y')      if ((*s_etat_processus).affichage_arguments == 'Y')

Removed from v.1.1.1.1  
changed lines
  Added in v.1.70


CVSweb interface <joel.bertrand@systella.fr>