[BACK]Return to readline.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Diff for /OpenXM_contrib/gnuplot/Attic/readline.c between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/01/09 17:00:55 version 1.1.1.2, 2000/01/22 14:16:00
Line 52  static char *RCSid = "$Id$";
Line 52  static char *RCSid = "$Id$";
 /* get prototype for alloc and gpfaralloc */  /* get prototype for alloc and gpfaralloc */
 #include "plot.h"  #include "plot.h"
   
 #if defined(READLINE) && !defined(GNU_READLINE)  #if defined(READLINE) && !defined(HAVE_LIBREADLINE)
   
 /* a small portable version of GNU's readline  /* a small portable version of GNU's readline
  * this is not the BASH or GNU EMACS version of READLINE due to Copyleft   * this is not the BASH or GNU EMACS version of READLINE due to Copyleft
Line 1101  static void reset_termio()
Line 1101  static void reset_termio()
 }  }
   
   
 #endif /* READLINE && not GNU_READLINE */  #endif /* READLINE && not HAVE_LIBREADLINE */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>