summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Export.H2
-rw-r--r--FL/fl_ask.H3
2 files changed, 1 insertions, 4 deletions
diff --git a/FL/Fl_Export.H b/FL/Fl_Export.H
index 950421129..6bd178e17 100644
--- a/FL/Fl_Export.H
+++ b/FL/Fl_Export.H
@@ -32,7 +32,7 @@
* The following is only used when building DLLs under WIN32...
*/
-# if defined(FL_DLL) && (defined(_MSC_VER) || defined(__MWERKS__) || defined(__BORLANDC__) || __GNUC__ >= 3)
+# if defined(FL_DLL) && ( defined(_MSC_VER) || defined(__MWERKS__) || defined(__BORLANDC__) || defined(__GNUC__) )
# ifdef FL_LIBRARY
# define FL_EXPORT __declspec(dllexport)
# else
diff --git a/FL/fl_ask.H b/FL/fl_ask.H
index 844dbb9eb..844bdaabd 100644
--- a/FL/fl_ask.H
+++ b/FL/fl_ask.H
@@ -43,9 +43,6 @@ enum {
# ifdef __GNUC__
# define __fl_attr(x) __attribute__ (x)
-# if __GNUC__ < 3
-# define __deprecated__
-# endif // __GNUC__ < 3
# else
# define __fl_attr(x)
# endif // __GNUC__