--- libaitio/inc/aitio.h 2011/12/13 02:23:07 1.13 +++ libaitio/inc/aitio.h 2011/12/13 10:08:53 1.13.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.13 2011/12/13 02:23:07 misho Exp $ +* $Id: aitio.h,v 1.13.2.2 2011/12/13 10:08:53 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -352,8 +352,6 @@ inline int io_clrVars(array_t * __restrict vars); */ inline void io_freeVars(array_t ** __restrict vars); -#define io_elemVars(_vars, _n, _val) ((ait_val_t*) io_arrayElem((_vars), \ - (_n), (void**) (_val))) /* * ioPromptRead() Read data from input h[0] with prompt to output h[1] @@ -553,7 +551,7 @@ int io_arrayVacuum(array_t * __restrict arr, int fromW * @data = Element, if set NULL GET element at position or !=NULL PUT element at position * return: -1 error or !=-1 return element at position */ -inline void *io_arrayElem(array_t * __restrict arr, int n, void **data); +inline void *io_arrayElem(array_t * __restrict arr, int n, void *data); /* * io_arrayPush() - Push element into dynamic array like stack manner, place at first empty position * @arr = Array