[BACK]Return to common.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libedit

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libedit/common.c between version 1.39 and 1.40

version 1.39, 2016/02/24 14:25:38 version 1.40, 2016/03/02 19:24:20
Line 147  ed_delete_next_char(EditLine *el, wint_t
Line 147  ed_delete_next_char(EditLine *el, wint_t
 {  {
 #ifdef DEBUG_EDIT  #ifdef DEBUG_EDIT
 #define EL      el->el_line  #define EL      el->el_line
         (void) fprintf(el->el_errlfile,          (void) fprintf(el->el_errfile,
             "\nD(b: %x(%s)  c: %x(%s) last: %x(%s) limit: %x(%s)\n",              "\nD(b: %p(" FSTR ")  c: %p(" FSTR ") last: %p(" FSTR
               ") limit: %p(" FSTR ")\n",
             EL.buffer, EL.buffer, EL.cursor, EL.cursor, EL.lastchar,              EL.buffer, EL.buffer, EL.cursor, EL.cursor, EL.lastchar,
             EL.lastchar, EL.limit, EL.limit);              EL.lastchar, EL.limit, EL.limit);
 #endif  #endif

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb <webmaster@jp.NetBSD.org>