Diff for /rpl/src/completion.c between versions 1.8 and 1.43

version 1.8, 2010/05/24 10:58:29 version 1.43, 2013/06/21 14:15:51
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.16    RPL/2 (R) version 4.1.15
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2013 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 56  generateur_commandes(char *texte, int et Line 56  generateur_commandes(char *texte, int et
     char                *tampon;      char                *tampon;
   
     static int          indice;      static int          indice;
     static int          longueur;      static size_t       longueur;
   
 #   define COMPLETION  #   define COMPLETION
 #   include "completion.conv.h"  #   include "completion-conv.h"
   
     if (!etat)      if (!etat)
     {      {

Removed from v.1.8  
changed lines
  Added in v.1.43


CVSweb interface <joel.bertrand@systella.fr>