gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/src


From: gsasl-commit
Subject: CVS gsasl/lib/src
Date: Sun, 31 Oct 2004 23:57:07 +0100

Update of /home/cvs/gsasl/lib/src
In directory dopio:/tmp/cvs-serv14878

Modified Files:
        gsasl-compat.h 
Log Message:
Revert.


--- /home/cvs/gsasl/lib/src/gsasl-compat.h      2004/10/31 22:56:04     1.13
+++ /home/cvs/gsasl/lib/src/gsasl-compat.h      2004/10/31 22:57:06     1.14
@@ -23,10 +23,8 @@
 # define GSASL_COMPAT_H
 
 #ifndef __attribute__
-/* This feature is supposedly available in gcc versions 2.5 and later,
- * but it behave badly in gcc 3.0.x (the compiler generate one warning
- * for each use).  Let's test for 3.1 or later. */
-# if __GNUC__ == 3 && __GNUC_MINOR__ > 0
+/* This feature is available in gcc versions 2.5 and later.  */
+# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
 #  define __attribute__(Spec)  /* empty */
 # endif
 #endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]