[BACK]Return to el.h 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.h between version 1.1.1.1 and 1.3

version 1.1.1.1, 1994/05/06 06:01:45 version 1.3, 1997/12/20 19:15:51
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 54 
Line 56 
 #define EL_BUFSIZ       1024            /* Maximum line size            */  #define EL_BUFSIZ       1024            /* Maximum line size            */
   
 #define HANDLE_SIGNALS  1  #define HANDLE_SIGNALS  1
   #define NO_TTY          2
   
 typedef int bool_t;                     /* True or not                  */  typedef int bool_t;                     /* True or not                  */
   

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

CVSweb <webmaster@jp.NetBSD.org>