[BACK]Return to el.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/el.c between version 1.1 and 1.2

version 1.1, 1994/05/06 06:01:44 version 1.2, 1997/01/11 06:47:53
Line 1 
Line 1 
   /*      $NetBSD$        */
   
 /*-  /*-
  * Copyright (c) 1992, 1993   * Copyright (c) 1992, 1993
  *      The Regents of the University of California.  All rights reserved.   *      The Regents of the University of California.  All rights reserved.
Line 35 
Line 37 
  */   */
   
 #if !defined(lint) && !defined(SCCSID)  #if !defined(lint) && !defined(SCCSID)
   #if 0
 static char sccsid[] = "@(#)el.c        8.2 (Berkeley) 1/3/94";  static char sccsid[] = "@(#)el.c        8.2 (Berkeley) 1/3/94";
   #else
   static char rcsid[] = "$NetBSD$";
   #endif
 #endif /* not lint && not SCCSID */  #endif /* not lint && not SCCSID */
   
 /*  /*

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>