--- libelwix/src/index.c 2022/01/04 22:32:34 1.1.2.1 +++ libelwix/src/index.c 2022/01/04 22:56:53 1.1.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: index.c,v 1.1.2.1 2022/01/04 22:32:34 misho Exp $ +* $Id: index.c,v 1.1.2.2 2022/01/04 22:56:53 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -66,7 +66,7 @@ index_Init(index_t * __restrict idx) } static inline void -index_FreeList(index_list_t lst) +index_FreeList(index_list_t __restrict lst) { index_list_t n, l = lst;