Diff for /rpl/src/interface_gnuplot.c between versions 1.16 and 1.54

version 1.16, 2010/09/08 17:18:37 version 1.54, 2015/02/19 11:01:28
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.19    RPL/2 (R) version 4.1.21
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2015 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 37 Line 37
 */  */
   
 #ifdef OS2  #ifdef OS2
   
 static unsigned char *  static unsigned char *
 ajout_shell(unsigned char *commande)  ajout_shell(unsigned char *commande)
 {  {
Line 53  ajout_shell(unsigned char *commande) Line 52  ajout_shell(unsigned char *commande)
     free(commande);      free(commande);
     return(tampon);      return(tampon);
 }  }
   
 #endif  #endif
   
 void  void
Line 490  appel_gnuplot(struct_processus *s_etat_p Line 488  appel_gnuplot(struct_processus *s_etat_p
             return;              return;
         }          }
 #endif  #endif
   
         if (((*s_etat_processus).entree_standard =          if (((*s_etat_processus).entree_standard =
                 popen(commande_gnuplot, "w")) == NULL)                  popen(commande_gnuplot, "w")) == NULL)
         {          {
Line 577  appel_gnuplot(struct_processus *s_etat_p Line 576  appel_gnuplot(struct_processus *s_etat_p
             return;              return;
         }          }
 #endif  #endif
   
         if (((*s_etat_processus).entree_standard =          if (((*s_etat_processus).entree_standard =
                 popen(commande_gnuplot, "w")) == NULL)                  popen(commande_gnuplot, "w")) == NULL)
         {          {

Removed from v.1.16  
changed lines
  Added in v.1.54


CVSweb interface <joel.bertrand@systella.fr>