Diff for /rpl/src/formateur.c between versions 1.88 and 1.90

version 1.88, 2017/08/03 17:17:43 version 1.90, 2018/12/21 10:56:13
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.28    RPL/2 (R) version 4.1.29
   Copyright (C) 1989-2017 Dr. BERTRAND Joël    Copyright (C) 1989-2018 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 3307  formateur(struct_processus *s_etat_proce Line 3307  formateur(struct_processus *s_etat_proce
             strcat(chaine, " ]");              strcat(chaine, " ]");
         }          }
     }      }
       else if ((*s_objet).type == REC)
       {
           uprintf("À faire\n");
       }
     else if ((*s_objet).type == NON)      else if ((*s_objet).type == NON)
     {      {
         if ((chaine = malloc((strlen("System object") + 1)          if ((chaine = malloc((strlen("System object") + 1)

Removed from v.1.88  
changed lines
  Added in v.1.90


CVSweb interface <joel.bertrand@systella.fr>