Diff for /rpl/src/instructions_c9.c between versions 1.30 and 1.32

version 1.30, 2023/11/24 09:12:57 version 1.32, 2024/01/09 07:33:49
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.35    RPL/2 (R) version 4.1.35
   Copyright (C) 1989-2023 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 226  instruction_clrsock(struct_processus *s_ Line 226  instruction_clrsock(struct_processus *s_
   
     if ((*s_objet_argument).type == SCK)      if ((*s_objet_argument).type == SCK)
     {      {
           socket = -1;
   
         l_element_courant = (*s_etat_processus).s_sockets;          l_element_courant = (*s_etat_processus).s_sockets;
         l_element_precedent = NULL;          l_element_precedent = NULL;
   

Removed from v.1.30  
changed lines
  Added in v.1.32


CVSweb interface <joel.bertrand@systella.fr>