Changeset: 268fb7576873 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=268fb7576873
Modified Files:
common/options/monet_getopt.h
common/options/monet_options.h
Branch: default
Log Message:
cleanup
diffs (40 lines):
diff --git a/common/options/monet_getopt.h b/common/options/monet_getopt.h
--- a/common/options/monet_getopt.h
+++ b/common/options/monet_getopt.h
@@ -47,16 +47,7 @@ extern "C" {
#endif
#ifndef moptions_export
-/* avoid using "#ifdef WIN32" so that this file does not need our config.h */
-//#if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__)
-//#if !defined(LIBMOPTIONS) && !defined(LIBGDK) && !defined(LIBMAPI)
-//#define moptions_export extern __declspec(dllimport)
-//#else
-//#define moptions_export extern __declspec(dllexport)
-//#endif
-//#else
#define moptions_export extern
-//#endif
#endif
/* For communication from `getopt' to the caller.
diff --git a/common/options/monet_options.h b/common/options/monet_options.h
--- a/common/options/monet_options.h
+++ b/common/options/monet_options.h
@@ -26,16 +26,7 @@ extern "C" {
#endif
#ifndef moptions_export
-/* avoid using "#ifdef WIN32" so that this file does not need our config.h */
-//#if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__)
-//#if !defined(LIBMOPTIONS) && !defined(LIBGDK) && !defined(LIBMAPI)
-//#define moptions_export extern __declspec(dllimport)
-//#else
-//#define moptions_export extern __declspec(dllexport)
-//#endif
-//#else
#define moptions_export extern
-//#endif
#endif
/* mo_print_options will print the option set on stderr */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list