Diff for /rpl/src/instructions_y1.c between versions 1.8 and 1.68

version 1.8, 2010/05/24 10:58:36 version 1.68, 2023/08/07 17:42:59
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.16    RPL/2 (R) version 4.1.35
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2023 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 130  instruction_yield(struct_processus *s_et Line 130  instruction_yield(struct_processus *s_et
   
         if ((*s_etat_processus).langue == 'F')          if ((*s_etat_processus).langue == 'F')
         {          {
             printf("(cessation de l'usage du processeur)\n\n");              printf("(libération du processeur)\n\n");
             printf("  Aucun argument\n");              printf("  Aucun argument\n");
         }          }
         else          else

Removed from v.1.8  
changed lines
  Added in v.1.68


CVSweb interface <joel.bertrand@systella.fr>