Marin Ramesa, le Wed 20 Nov 2013 21:31:33 +0100, a écrit : > On 20.11.2013 21:19:24, Guillem Jover wrote: > > On Wed, 2013-11-20 at 13:53:47 +0100, Marin Ramesa wrote: > > > -int db_expression(db_expr_t *valuep); > > > +int db_expression(db_expr_t *); > > > > Why? > > It seems there is a collision in names somewhere where db_expr.h is > included. valuep is a pointer to db_addr_t.
I don't understand either. Could you quote what is happening? Samuel