Revision: 55033
http://brlcad.svn.sourceforge.net/brlcad/?rev=55033&view=rev
Author: brlcad
Date: 2013-04-04 03:10:02 +0000 (Thu, 04 Apr 2013)
Log Message:
-----------
leave a tiny hint of the old alliant vestige where register variables were
whacked after threads invoked. see include/bu.h prior to r55032.
Revision Links:
--------------
http://brlcad.svn.sourceforge.net/brlcad/?rev=55032&view=rev
Modified Paths:
--------------
brlcad/trunk/src/libbu/parallel.c
Modified: brlcad/trunk/src/libbu/parallel.c
===================================================================
--- brlcad/trunk/src/libbu/parallel.c 2013-04-04 03:05:15 UTC (rev 55032)
+++ brlcad/trunk/src/libbu/parallel.c 2013-04-04 03:10:02 UTC (rev 55033)
@@ -415,6 +415,8 @@
void
bu_parallel(void (*func)(int, genptr_t), int ncpu, genptr_t arg)
{
+ /* avoid using the 'register' keyword in here "just in case" */
+
#ifndef PARALLEL
bu_log("bu_parallel(%d., %p): Not compiled for PARALLEL machine, running
single-threaded\n", ncpu, arg);
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