|
From: Vitor S. C. <vs...@us...> - 2001-06-12 17:47:10
|
Update of /cvsroot/yap/H In directory usw-pr-cvs1:/tmp/cvs-serv19498/H Modified Files: yapio.h Log Message: Improve readline code: don't flush if we change output stream; use readline from interrupt handler. Index: yapio.h =================================================================== RCS file: /cvsroot/yap/H/yapio.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- yapio.h 2001/05/21 20:00:05 1.4 +++ yapio.h 2001/06/12 17:25:28 1.5 @@ -283,10 +283,6 @@ /* grow.c */ int STD_PROTO(growstack_in_parser, (tr_fr_ptr *, TokEntry **, VarEntry **)); -#ifdef HAVE_LIBREADLINE -extern int in_readline; -#endif - #if HAVE_ERRNO_H #include <errno.h> #else |