Revision: 55025
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55025&view=rev
Author:   brlcad
Date:     2013-04-03 06:24:44 +0000 (Wed, 03 Apr 2013)
Log Message:
-----------
use the better new names for detected TLS support

Modified Paths:
--------------
    brlcad/trunk/src/libbu/thread.cpp

Modified: brlcad/trunk/src/libbu/thread.cpp
===================================================================
--- brlcad/trunk/src/libbu/thread.cpp   2013-04-03 06:24:23 UTC (rev 55024)
+++ brlcad/trunk/src/libbu/thread.cpp   2013-04-03 06:24:44 UTC (rev 55025)
@@ -62,15 +62,15 @@
 };
 static ThreadLocal<int> thread_cpu;
 
-#elif defined(HAVE_THREAD_LOCAL_INT)
+#elif defined(HAVE_THREAD_LOCAL)
 
 static thread_local int thread_cpu = 0;
 
-#elif defined(HAVE___THREAD_INT)
+#elif defined(HAVE___THREAD)
 
 static __thread int thread_cpu = 0;
 
-#elif defined(HAVE___DECLSPEC_THREAD__INT)
+#elif defined(HAVE___DECLSPEC_THREAD)
 
 static __declspec(thread) int thread_cpu;
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to