Diff for /rpl/src/instructions_w2.c between versions 1.1 and 1.9

version 1.1, 2010/01/26 15:22:45 version 1.9, 2010/06/02 10:28:45
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.9    RPL/2 (R) version 4.0.16
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 97  instruction_workdir(struct_processus *s_ Line 97  instruction_workdir(struct_processus *s_
         return;          return;
     }      }
   
       liberation(s_etat_processus, s_objet_argument);
   
     return;      return;
 }  }
   

Removed from v.1.1  
changed lines
  Added in v.1.9


CVSweb interface <joel.bertrand@systella.fr>