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: Tue, 15 Mar 2005 10:44:03 +0100

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

Modified Files:
        gsasl-compat.h 
Log Message:
Define __attribute__ to empty for C++, tiny patch Ryan Slack
<address@hidden>.


--- /home/cvs/gsasl/lib/src/gsasl-compat.h      2004/12/20 01:18:10     1.20
+++ /home/cvs/gsasl/lib/src/gsasl-compat.h      2005/03/15 09:44:03     1.21
@@ -1,5 +1,5 @@
 /* gsasl-compat.h --- Header file for obsoleted features in GNU SASL Library.
- * Copyright (C) 2002, 2003, 2004  Simon Josefsson
+ * Copyright (C) 2002, 2003, 2004, 2005  Simon Josefsson
  *
  * This file is part of GNU SASL Library.
  *
@@ -24,7 +24,7 @@
 
 #ifndef __attribute__
 /* This feature is available in gcc versions 2.5 and later.  */
-# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
+# if __cplusplus == 1 || __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]