Re: [PATCH 04/14] ddb/db_macro.c: move struct definition to a header file

2013-12-08 Thread Samuel Thibault
Marin Ramesa, le Mon 02 Dec 2013 22:54:42 +0100, a écrit : > * ddb/db_macro.c (db_user_macro): Move struct definition to ddb/db_macro.h. Ditto. > --- > ddb/db_macro.c | 6 -- > ddb/db_macro.h | 8 > 2 files changed, 8 insertions(+), 6 deletions(-) > > diff --git a/ddb/db_macro.c b/

[PATCH 04/14] ddb/db_macro.c: move struct definition to a header file

2013-12-02 Thread Marin Ramesa
* ddb/db_macro.c (db_user_macro): Move struct definition to ddb/db_macro.h. --- ddb/db_macro.c | 6 -- ddb/db_macro.h | 8 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ddb/db_macro.c b/ddb/db_macro.c index 9d14b12..6c1bff3 100644 --- a/ddb/db_macro.c +++ b/ddb/db_ma