Changeset: 075fed652b90 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=075fed652b90 Modified Files: sql/backends/monet5/sql_readline.h Branch: Dec2011 Log Message:
sql_readline: "mal_export" -> "sql5_export" This hopefully fixes a dllexport/dllimport conflict with Intel on Windows Open issues: ============ - Why did only the Intel compiler complain, but not the Microsoft one? - Why did the Intel compiler only issue a warning, but not (turn this into) an error? diffs (11 lines): diff --git a/sql/backends/monet5/sql_readline.h b/sql/backends/monet5/sql_readline.h --- a/sql/backends/monet5/sql_readline.h +++ b/sql/backends/monet5/sql_readline.h @@ -21,6 +21,6 @@ #define SQL_READLINETOOLS_H_INCLUDED #include "mal_client.h" -mal_export int SQLreadConsole(Client cntxt); +sql5_export int SQLreadConsole(Client cntxt); #endif /* SQL_READLINETOOLS_H_INCLUDED */ _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
