Diff for /rpl/src/transliteration.c between versions 1.19 and 1.22

version 1.19, 2010/08/26 17:49:34 version 1.22, 2010/09/07 12:54:03
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.18    RPL/2 (R) version 4.0.19
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 803  tex_fprintf(struct_processus *s_etat_pro Line 803  tex_fprintf(struct_processus *s_etat_pro
     return(ios);      return(ios);
 }  }
   
   #undef readline
   
 unsigned char *  unsigned char *
 readline_wrapper(unsigned char *invite)  readline_wrapper(unsigned char *invite)
 {  {
     unsigned char       *chaine;      unsigned char       *chaine;
     unsigned char       *i;  
   
     chaine = readline(invite);      chaine = readline(invite);
     printf("\r");      printf("\r");

Removed from v.1.19  
changed lines
  Added in v.1.22


CVSweb interface <joel.bertrand@systella.fr>