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

Diff for /mandoc/dba_array.c between version 1.1 and 1.2

version 1.1, 2016/07/19 21:31:55 version 1.2, 2020/06/22 19:20:40
Line 1 
Line 1 
 /*      $Id$ */  /* $Id$ */
 /*  /*
  * Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
  *   *
Line 17 
Line 17 
  * Allocation-based arrays for the mandoc database, for read-write access.   * Allocation-based arrays for the mandoc database, for read-write access.
  * The interface is defined in "dba_array.h".   * The interface is defined in "dba_array.h".
  */   */
   #include "config.h"
   
 #include <assert.h>  #include <assert.h>
 #include <stdint.h>  #include <stdint.h>
 #include <stdlib.h>  #include <stdlib.h>

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

CVSweb