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

Diff for /mandoc/compat_strsep.c between version 1.4 and 1.5

version 1.4, 2014/12/11 09:05:01 version 1.5, 2020/06/15 01:37:15
Line 1 
Line 1 
 #include "config.h"  
   
 #if HAVE_STRSEP  
   
 int dummy;  
   
 #else  
   
 /*      $Id$    */  /*      $Id$    */
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
   
Line 37  int dummy;
Line 29  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"
   
 /*  /*
  * Get next token from string *stringp, where tokens are possibly-empty   * Get next token from string *stringp, where tokens are possibly-empty
Line 75  strsep(char **stringp, const char *delim)
Line 68  strsep(char **stringp, const char *delim)
         }          }
         /* NOTREACHED */          /* NOTREACHED */
 }  }
   
 #endif  

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

CVSweb