Diff for /rpl/src/messages.c between versions 1.9 and 1.13

version 1.9, 2010/04/07 13:33:22 version 1.13, 2010/04/20 12:54:03
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.13    RPL/2 (R) version 4.0.14
   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 1239  messages(struct_processus *s_etat_proces Line 1239  messages(struct_processus *s_etat_proces
                 break;                  break;
             }              }
   
               case d_ex_nom_implicite :
               {
                   if ((*s_etat_processus).langue == 'F')
                   {
                       chaine = "+++Erreur : Nom implicite indéfini";
                   }
                   else
                   {
                       chaine = "+++Error : Undefined implicit name";
                   }
   
                   break;
               }
   
             case -1 : // Fonction externe              case -1 : // Fonction externe
             {              {
                 if ((*s_etat_processus).langue == 'F')                  if ((*s_etat_processus).langue == 'F')
Line 1485  messages(struct_processus *s_etat_proces Line 1499  messages(struct_processus *s_etat_proces
                 }                  }
   
                 break;                  break;
             }  
   
             case d_es_nom_implicite :  
             {  
                 if ((*s_etat_processus).langue == 'F')  
                 {  
                     chaine = "+++Système : Nom implicite invalide";  
                 }  
                 else  
                 {  
                     chaine = "+++System : Invalid implicit name";  
                 }  
   
                 break;  
             }              }
   
             case -1 : // Fonction externe              case -1 : // Fonction externe

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


CVSweb interface <joel.bertrand@systella.fr>