Diff for /rpl/src/optimisation.c between versions 1.5 and 1.21

version 1.5, 2010/03/04 10:17:54 version 1.21, 2011/04/21 16:01:00
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.12    RPL/2 (R) version 4.1.0.prerelease.0
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2011 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 53  sequenceur_optimise(struct_processus *s_ Line 53  sequenceur_optimise(struct_processus *s_
     {      {
         if ((*s_etat_processus).langue == 'F')          if ((*s_etat_processus).langue == 'F')
         {          {
             printf("[%d] Optimisation\n", (int) getpid());              printf("+++Optimisation [%d]\n", (int) getpid());
         }          }
         else          else
         {          {

Removed from v.1.5  
changed lines
  Added in v.1.21


CVSweb interface <joel.bertrand@systella.fr>