Diff for /libelwix/src/index.c between versions 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2022/01/04 22:32:34 version 1.1.2.2, 2022/01/04 22:56:53
Line 66  index_Init(index_t * __restrict idx) Line 66  index_Init(index_t * __restrict idx)
 }  }
   
 static inline void  static inline void
index_FreeList(index_list_t lst)index_FreeList(index_list_t __restrict lst)
 {  {
         index_list_t n, l = lst;          index_list_t n, l = lst;
   

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>