Diff for /rpl/src/messages.c between versions 1.7 and 1.17

version 1.7, 2010/03/08 14:28:20 version 1.17, 2010/05/24 10:58:36
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.12    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 20 Line 20
 */  */
   
   
   #define MESSAGES
 #include "rpl.conv.h"  #include "rpl.conv.h"
   
   
Line 1237  messages(struct_processus *s_etat_proces Line 1238  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

Removed from v.1.7  
changed lines
  Added in v.1.17


CVSweb interface <joel.bertrand@systella.fr>