Diff for /rpl/src/completion.c between versions 1.44 and 1.47

version 1.44, 2013/09/06 10:30:50 version 1.47, 2014/03/18 14:40:37
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.16    RPL/2 (R) version 4.1.17
   Copyright (C) 1989-2013 Dr. BERTRAND Joël    Copyright (C) 1989-2014 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;
 }  }
   
   

Removed from v.1.44  
changed lines
  Added in v.1.47


CVSweb interface <joel.bertrand@systella.fr>