Changeset: 9de98441d432 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9de98441d432
Modified Files:
        sql/backends/monet5/LSST/lsst.c
Branch: Dec2011
Log Message:

LSST: removed incorrect "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 (12 lines):

diff --git a/sql/backends/monet5/LSST/lsst.c b/sql/backends/monet5/LSST/lsst.c
--- a/sql/backends/monet5/LSST/lsst.c
+++ b/sql/backends/monet5/LSST/lsst.c
@@ -64,7 +64,7 @@ static double _qserv_angSep(double ra1, 
   * @li If dec1 or dec2 lies outside of [-90, 90], this is an error
   *     and NULL is returned.
   */
-sql5_export str 
+str 
 qserv_angSep(dbl *sep, dbl *ra1, dbl *dec1, dbl *ra2, dbl *dec2)
 {
        /* If any input is null, the result is null. */
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to