[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.4 and 1.5

version 1.4, 2015/05/20 23:43:03 version 1.5, 2015/05/21 00:13:43
Line 1 
Line 1 
   #include "config.h"
   
   #if HAVE_STRINGLIST
   
   int dummy;
   
   #else
   
 /*      $Id$    */  /*      $Id$    */
 /*  /*
  * Copyright (c) 1994 Christos Zoulas <christos@netbsd.org>   * Copyright (c) 1994 Christos Zoulas <christos@netbsd.org>
Line 105  sl_find(StringList *sl, const char *name)
Line 113  sl_find(StringList *sl, const char *name)
   
         return NULL;          return NULL;
 }  }
   
   #endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb