[BACK]Return to compat_stringlist.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/compat_stringlist.c between version 1.6 and 1.7

version 1.6, 2015/11/07 14:22:29 version 1.7, 2020/06/15 01:37:15
Line 1 
Line 1 
 #include "config.h"  /* $Id$ */
   
 #if HAVE_STRINGLIST  
   
 int dummy;  
   
 #else  
   
 /*      $Id$    */  
 /*  /*
  * Copyright (c) 1994 Christos Zoulas <christos@netbsd.org>   * Copyright (c) 1994 Christos Zoulas <christos@netbsd.org>
  * All rights reserved.   * All rights reserved.
Line 32  int dummy;
Line 24  int dummy;
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   #include "config.h"
   
 #if HAVE_ERR  #if HAVE_ERR
 #include <err.h>  #include <err.h>
Line 115  sl_find(StringList *sl, const char *name)
Line 108  sl_find(StringList *sl, const char *name)
   
         return NULL;          return NULL;
 }  }
   
 #endif  

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb