Diff for /rpl/src/completion.c between versions 1.16.2.3 and 1.50

version 1.16.2.3, 2011/05/09 13:52:09 version 1.50, 2015/01/05 13:12:29
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.24    RPL/2 (R) version 4.1.19
   Copyright (C) 1989-2011 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 38 Line 38
 void  void
 initialisation_completion()  initialisation_completion()
 {  {
     rl_attempted_completion_function = (CPPFunction *) completion_rpl;      rl_attempted_completion_function = (rl_completion_func_t *) completion_rpl;
 }  }
   
   
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"

Removed from v.1.16.2.3  
changed lines
  Added in v.1.50


CVSweb interface <joel.bertrand@systella.fr>