Changeset: 315e233ed147 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=315e233ed147 Modified Files: monetdb5/mal/mal.c Branch: Aug2011 Log Message:
fixed compilation: After changeset dc37ce565cf2 moved the include of mal_module.h from mal_linker.h to mal_linker.c, compling mal.c failed because it included mal_linker.h before MALfcn was known. Including mal_stack.h before mal_linker.h in mal.c appears to solve the problem. I am not sure, though, whether I undrstand the (intention/design of the) include file landscape in monetdb5/mal/ correctly ... diffs (11 lines): diff --git a/monetdb5/mal/mal.c b/monetdb5/mal/mal.c --- a/monetdb5/mal/mal.c +++ b/monetdb5/mal/mal.c @@ -180,6 +180,7 @@ str *monet_script; int monet_daemon=0; size_t monet_memory; +#include "mal_stack.h" #include "mal_linker.h" #include "mal_session.h" #include "mal_parser.h" _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list