Diff for /rpl/src/completion.c between versions 1.1 and 1.42

version 1.1, 2010/01/26 15:22:45 version 1.42, 2013/04/01 15:29:33
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.9    RPL/2 (R) version 4.1.14
   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.1  
changed lines
  Added in v.1.42


CVSweb interface <joel.bertrand@systella.fr>