[BACK]Return to chared.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/chared.c between version 1.41 and 1.42

version 1.41, 2016/02/14 14:49:34 version 1.42, 2016/02/16 14:06:05
Line 45  __RCSID("$NetBSD$");
Line 45  __RCSID("$NetBSD$");
  * chared.c: Character editor utilities   * chared.c: Character editor utilities
  */   */
 #include <stdlib.h>  #include <stdlib.h>
   
   #include "histedit.h"
 #include "el.h"  #include "el.h"
   
 private void ch__clearmacro (EditLine *);  private void ch__clearmacro (EditLine *);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb <webmaster@jp.NetBSD.org>