certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/RTIG Federation.cc


From: CERTI CVS commits
Subject: [certi-cvs] certi/RTIG Federation.cc
Date: Fri, 20 Sep 2013 12:04:09 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      13/09/20 12:04:09

Modified files:
        RTIG           : Federation.cc 

Log message:
        Should fix build error on MSVC

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIG/Federation.cc?cvsroot=certi&r1=3.150&r2=3.151

Patches:
Index: Federation.cc
===================================================================
RCS file: /sources/certi/certi/RTIG/Federation.cc,v
retrieving revision 3.150
retrieving revision 3.151
diff -u -b -r3.150 -r3.151
--- Federation.cc       18 Sep 2013 14:29:22 -0000      3.150
+++ Federation.cc       20 Sep 2013 12:04:09 -0000      3.151
@@ -18,7 +18,7 @@
 // along with this program ; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// $Id: Federation.cc,v 3.150 2013/09/18 14:29:22 erk Exp $
+// $Id: Federation.cc,v 3.151 2013/09/20 12:04:09 erk Exp $
 // ----------------------------------------------------------------------------
 
 #include <config.h>
@@ -77,7 +77,7 @@
     return split(s, delim, elems);
 }
 
-#if defined(_WIN32) & not defined(__MINGW32__)
+#if defined(_WIN32) && !defined(__MINGW32__)
 # define strcasecmp stricmp
 #endif
 
@@ -2798,5 +2798,5 @@
 
 }} // namespace certi/rtig
 
-// $Id: Federation.cc,v 3.150 2013/09/18 14:29:22 erk Exp $
+// $Id: Federation.cc,v 3.151 2013/09/20 12:04:09 erk Exp $
 



reply via email to

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